Moved remimder notification code out of main loop

This commit is contained in:
James Booth
2015-01-15 00:42:40 +00:00
parent a1bbe07b4b
commit 0007e3569e
4 changed files with 56 additions and 47 deletions

View File

@@ -329,6 +329,7 @@ void rosterwin_roster(void);
void occupantswin_occupants(const char * const room);
// desktop notifier actions
void notifier_initialise(void);
void notifier_uninit(void);
void notify_typing(const char * const handle);