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

11 lines
204 B
C

#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