Use GSList for buffer entries
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user