summaryrefslogtreecommitdiff
path: root/mount/rmd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/rmd160.h')
-rw-r--r--mount/rmd160.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mount/rmd160.h b/mount/rmd160.h
new file mode 100644
index 00000000..dab329ef
--- /dev/null
+++ b/mount/rmd160.h
@@ -0,0 +1,9 @@
+#ifndef RMD160_H
+#define RMD160_H
+
+void
+rmd160_hash_buffer( char *outbuf, const char *buffer, size_t length );
+
+#endif /*RMD160_H*/
+
+