Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

popt2amplkwd.hh

Go to the documentation of this file.
00001 #ifndef POPT2AMPLKWD
00002 #define POPT2AMPLKWD
00003 
00111 struct keyword;
00112 struct Option_Info;
00113 struct poptOption;
00114 
00115 typedef char * Kwfunc( Option_Info *, keyword *, char * );
00116 
00117 void popt2amplkwd( poptOption opts[], keyword *& kws, int& nkws,
00118                    Kwfunc * func );
00119 
00120 void delete_keywords( keyword *& kws, int nkws );
00121 
00122 #endif

Generated on Wed Aug 27 10:03:41 2003 for iotr by doxygen1.2.18