diff options
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index f07f0648f..4dec0cd28 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -86,6 +86,8 @@ void empathy_tp_chat_acknowledge_message (EmpathyTpChat *chat, void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, const GList *messages); +gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); + G_END_DECLS #endif /* __EMPATHY_TP_CHAT_H__ */ |