ProfWin->print_incoming_message added

This commit is contained in:
James Booth
2013-10-06 19:11:51 +01:00
parent 78ee448a8d
commit 47c96ed4e7
3 changed files with 54 additions and 22 deletions

View File

@@ -61,6 +61,8 @@ typedef struct prof_win_t {
void (*show_contact)(struct prof_win_t *self, PContact contact);
gboolean (*handle_error_message)(struct prof_win_t *self,
const char * const from, const char * const err_msg);
void (*print_incoming_message)(struct prof_win_t *self, GTimeVal *tv_stamp,
const char * const from, const char * const message);
} ProfWin;
ProfWin* win_create(const char * const title, int cols, win_type_t type);