mcabber/src/commands.h
changeset 96 8b2703ccc4be
parent 94 9a4aa2797f02
child 102 2b4cc6bc5bf2
--- a/mcabber/src/commands.h	Wed Apr 20 19:06:25 2005 +0000
+++ b/mcabber/src/commands.h	Wed Apr 20 19:10:28 2005 +0000
@@ -3,7 +3,8 @@
 
 #include <glib.h>
 
-int process_line(char *line);
+void cmd_init(void);
+int  process_line(char *line);
 
 #endif /* __COMMANDS_H__ */