diff options
Diffstat (limited to 'nacl/curvecp/portparse.h')
-rw-r--r-- | nacl/curvecp/portparse.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/curvecp/portparse.h b/nacl/curvecp/portparse.h new file mode 100644 index 00000000..99a17748 --- /dev/null +++ b/nacl/curvecp/portparse.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef PORTPARSE_H | ||
2 | #define PORTPARSE_H | ||
3 | |||
4 | extern int portparse(unsigned char *,const char *); | ||
5 | |||
6 | #endif | ||