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