summaryrefslogtreecommitdiff
path: root/src/hashFFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashFFI.h')
-rw-r--r--src/hashFFI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hashFFI.h b/src/hashFFI.h
index 5ff8ea3..a454b99 100644
--- a/src/hashFFI.h
+++ b/src/hashFFI.h
@@ -22,6 +22,7 @@ extern "C" {
#include <urweb/urweb_cpp.h>
uw_Basis_string uw_HashFFI_md5(struct uw_context*, const uw_Basis_blob);
+uw_Basis_string uw_HashFFI_sha1(struct uw_context*, const uw_Basis_blob);
#ifdef __cplusplus
}