00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 #ifndef _FRDI_APP_H 00020 #define _FRDI_APP_H 00021 00022 00025 frdi_app *frdiAppNew(); 00026 00029 void frdiAppFree(frdi_app *self); 00030 00033 char *frdiAppDescribe(frdi_app *self); 00034 00035 00036 #endif /* _FRDI_APP_H */ 00037 00038 /* End of File */