mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:46:21 +00:00
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