Added muc_window

This commit is contained in:
James Booth
2013-10-06 17:46:22 +01:00
parent 3cc080b06a
commit fc8982e761
5 changed files with 83 additions and 25 deletions

View File

@@ -64,5 +64,7 @@ typedef struct prof_win_t {
ProfWin* win_create(const char * const title, int cols, win_type_t type);
void win_free(ProfWin *window);
void win_print_line(ProfWin *self, const char * const msg, ...);
void win_refresh(ProfWin *self);
#endif