diff options
Diffstat (limited to 'src/xmpp/roster.h')
-rw-r--r-- | src/xmpp/roster.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h index 15614377..969044a4 100644 --- a/src/xmpp/roster.h +++ b/src/xmpp/roster.h @@ -1,7 +1,7 @@ /* * roster.h * - * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com> + * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * * This file is part of Profanity. * @@ -38,5 +38,6 @@ void roster_request(void); void roster_set_handler(xmpp_stanza_t *const stanza); void roster_result_handler(xmpp_stanza_t *const stanza); +GSList* roster_get_groups_from_item(xmpp_stanza_t *const item); #endif |