©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

common/options.h

Go to the documentation of this file.
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_ */

Generated on Fri Apr 23 10:57:04 2004 for AUP2 Example Source by doxygen 1.3.1