about summary refs log tree commit diff stats
path: root/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
committerJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
commit887278b91bbb88f746e4dda2dff3a5ad78f8483c (patch)
tree57469c7339ed6232634b8a50bd598d4869c6d1a7 /command.h
parent1b7d9e9e26e63afc660d7f8f8827be637f0655a4 (diff)
parenta41dab3d3c8ba290e2ae5c715844d9432ec9220b (diff)
downloadprofani-tty-887278b91bbb88f746e4dda2dff3a5ad78f8483c.tar.gz
Merge branch 'glib'
Conflicts:
	command.c
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.h b/command.h
index 7efc4acf..d0d57022 100644
--- a/command.h
+++ b/command.h
@@ -24,6 +24,6 @@
 #define COMMAND_H
 
 void cmd_init(void);
-int process_input(char *inp);
+gboolean process_input(char *inp);
 
 #endif