toxcore/nacl/curvecp/open.h

11 lines
204 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef OPEN_H
#define OPEN_H
extern int open_read(const char *);
extern int open_write(const char *);
extern int open_lock(const char *);
extern int open_cwd(void);
extern int open_pipe(int *);
#endif