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

command_log.h

Go to the documentation of this file.
00001 
00023 #ifndef __INTERFACE_COMMAND_LOG_H_
00024 #define __INTERFACE_COMMAND_LOG_H_
00025 
00026 #include <gtk/gtk.h>
00027 
00031 void   init_command_log(void);
00032 
00038 void   command_log_add(gchar *cmd);
00039 
00045 gchar* command_log_get_previous(void);
00046 
00052 gchar* command_log_get_next(void);
00053 
00054 #endif

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