00001 #ifndef _OPTIONS_H_ 00002 #define _OPTIONS_H_ 00003 00004 /*[enum-OPT_RETURN]*/ 00005 typedef enum {OPT_NO = 0, OPT_YES = 1, OPT_ERROR = -1} OPT_RETURN; 00006 /*[]*/ 00007 00008 OPT_RETURN option_sync_io(const char *path); 00009 OPT_RETURN option_async_io(const char *path); 00010 00011 #endif /* _OPTIONS_H_ */