diff options
Diffstat (limited to 'protocols/purple/bpurple.h')
-rw-r--r-- | protocols/purple/bpurple.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/purple/bpurple.h b/protocols/purple/bpurple.h index 39677b86..ca7cf70e 100644 --- a/protocols/purple/bpurple.h +++ b/protocols/purple/bpurple.h @@ -14,4 +14,10 @@ struct purple_data guint next_request_id; }; +struct purple_roomlist_data +{ + GSList *chats; + gint topic; +}; + #endif /* !BPURPLE_H */ |