toxcore/nacl/curvecp/load.h

7 lines
87 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef LOAD_H
#define LOAD_H
extern int load(const char *,void *,long long);
#endif