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

7 lines
96 B
C

#ifndef WRITEALL_H
#define WRITEALL_H
extern int writeall(int,const void *,long long);
#endif