Moved incoming message code to profanity module

This commit is contained in:
James Booth
2012-10-01 23:41:36 +01:00
parent 79796ca129
commit 9f00ef14d2
3 changed files with 18 additions and 4 deletions

View File

@@ -25,6 +25,8 @@
void profanity_init(const int disable_tls, char *log_level);
void profanity_run(void);
void prof_handle_typing(char *from);
void prof_handle_incoming_message(char *from, char *message);
void profanity_shutdown_init(void);
void profanity_shutdown(void);