summaryrefslogtreecommitdiff
path: root/nacl/curvecp/portparse.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-02 09:53:34 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-02 09:53:34 -0400
commite2967396ac73cb7410787886cdaf072a184ffc49 (patch)
tree527a74d25a4a0705fc641994fd35bfab22662034 /nacl/curvecp/portparse.h
parent8928c817df345f29aa0b194743595aa11bd6a8ba (diff)
Added NaCl crypto library.
Diffstat (limited to 'nacl/curvecp/portparse.h')
-rw-r--r--nacl/curvecp/portparse.h6
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
4extern int portparse(unsigned char *,const char *);
5
6#endif