summaryrefslogtreecommitdiff
path: root/src/til_jenkins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_jenkins.h')
-rw-r--r--src/til_jenkins.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/til_jenkins.h b/src/til_jenkins.h
new file mode 100644
index 0000000..02d5015
--- /dev/null
+++ b/src/til_jenkins.h
@@ -0,0 +1,9 @@
+#ifndef _TIL_JENKINS_H
+#define _TIL_JENKINS_H
+
+#include <stddef.h>
+#include <stdint.h>
+
+uint32_t til_jenkins(const uint8_t *key, size_t length);
+
+#endif
© All Rights Reserved