index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nacl
/
curvecp
/
load.h
blob: 9ff1ab2ce28a457a305e478db063eeaab2fc35cc (
plain
)
1
2
3
4
5
6
#ifndef LOAD_H #define LOAD_H extern int load(const char *,void *,long long); #endif