Bash style history

This commit is contained in:
James Booth
2012-05-01 00:24:31 +01:00
parent 4531aebd29
commit 1730372e00
12 changed files with 152 additions and 203 deletions

View File

@@ -23,7 +23,7 @@
#ifndef COMMAND_H
#define COMMAND_H
void cmd_init(void);
void command_init(void);
gboolean process_input(char *inp);
#endif