Usage of gboolean in command.c

This commit is contained in:
James Booth
2012-04-24 01:02:22 +01:00
parent 44266b19a1
commit 04e021eb36
3 changed files with 29 additions and 24 deletions

View File

@@ -24,6 +24,6 @@
#define COMMAND_H
void cmd_init(void);
int process_input(char *inp);
gboolean process_input(char *inp);
#endif