diff options
Diffstat (limited to 'src/profanity.h')
-rw-r--r-- | src/profanity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h index 2afe2a00..0f4699a7 100644 --- a/src/profanity.h +++ b/src/profanity.h @@ -78,5 +78,7 @@ void prof_handle_room_list(GSList *rooms, const char *conference_node); void prof_handle_disco_items(GSList *items, const char *jid); void prof_handle_disco_info(const char *from, GSList *identities, GSList *features); +void prof_handle_duck_help(const char * const result); +void prof_handle_duck_result(const char * const result); #endif |