toxcore/nacl/curvecp/savesync.h
2013-07-02 09:53:34 -04:00

7 lines
105 B
C

#ifndef SAVESYNC_H
#define SAVESYNC_H
extern int savesync(const char *,const void *,long long);
#endif