diff options
Diffstat (limited to 'nacl/curvecp/hexparse.h')
-rw-r--r-- | nacl/curvecp/hexparse.h | 6 |
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 | |||
4 | extern int hexparse(unsigned char *,long long,const char *); | ||
5 | |||
6 | #endif | ||