Implemented basic running of alias commands

This commit is contained in:
James Booth
2014-01-23 23:04:00 +00:00
parent e089ffb15c
commit 66631308a5
4 changed files with 35 additions and 7 deletions

View File

@@ -31,4 +31,6 @@ void prof_run(const int disable_tls, char *log_level, char *account_name);
void prof_handle_idle(void);
void prof_handle_activity(void);
gboolean process_input(char *inp);
#endif