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