]> gitweb @ CieloNegro.org - daemon.git/blob - flopen.h
Use of getopt() was in an unportable way.
[daemon.git] / flopen.h
1 #ifndef FLOPEN_H_INCLUDED
2 #define FLOPEN_H_INCLUDED
3
4 int flopen(const char *path, int flags, ...);
5
6 #endif