summaryrefslogtreecommitdiff
path: root/nacl/curvecp/hexparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/hexparse.h')
-rw-r--r--nacl/curvecp/hexparse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/curvecp/hexparse.h b/nacl/curvecp/hexparse.h
new file mode 100644
index 00000000..4e88e187
--- /dev/null
+++ b/nacl/curvecp/hexparse.h
@@ -0,0 +1,6 @@
1#ifndef HEXPARSE_H
2#define HEXPARSE_H
3
4extern int hexparse(unsigned char *,long long,const char *);
5
6#endif