Use GSList for buffer entries

This commit is contained in:
James Booth
2014-07-18 23:07:08 +01:00
parent 2a435cd3de
commit 1e6b70943a
3 changed files with 42 additions and 57 deletions

View File

@@ -54,7 +54,7 @@ typedef enum {
typedef struct prof_win_t {
char *from;
WINDOW *win;
ProfBuff *buffer;
ProfBuff buffer;
win_type_t type;
gboolean is_otr;
gboolean is_trusted;