Main Page | Alphabetical List | Data Structures | Directories | File List | Globals

command_processor.h

Go to the documentation of this file.
00001 
00021 #ifndef __INTERFACE_COMMAND_PROCESSOR_
00022 #define __INTERFACE_COMMAND_PROCESSOR_
00023 
00024 #include <gtk/gtk.h>
00025 
00029 enum command_result { COMMAND_QUIT = 0, COMMAND_NONE, COMMAND_FAIL, COMMAND_SUCCESS };
00030 
00039 gint process_command(gchar* cmd);
00040 
00041 #endif

Generated on Fri Jul 29 23:03:42 2005 for gaim-interface by  doxygen 1.4.2