diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-20 18:32:36 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-20 18:32:36 +0200 |
commit | 5b620f5bb41ac322770e2c75c6a8155abe61780f (patch) | |
tree | 2c1f0350729510fb1b450417c09d7597ed71c945 /protocols/nogaim.h | |
parent | 17875bf92ec951c552a0231fe0ee343858a82f14 (diff) | |
parent | 7f825def106ee45ae7f9c17474f31a1f33034c09 (diff) |
Merge remote-tracking branch 'upstream/jgeboski/chatlist' into patched-master
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index b2ae2cae..4cba2174 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -268,7 +268,7 @@ struct prpl { * bee_chat_list_finish() function gets called at some point * after the chat list is completely updated. */ - void (*chat_list) (struct im_connection *, const char *server); + void (* chat_list) (struct im_connection *, const char *server); /* Some placeholders so eventually older plugins may cooperate with newer BitlBees. */ void *resv1; |