aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contact_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contact_info.h')
-rw-r--r--src/ui/contact_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/contact_info.h b/src/ui/contact_info.h
index 32a3366..ff61bdf 100644
--- a/src/ui/contact_info.h
+++ b/src/ui/contact_info.h
@@ -75,7 +75,7 @@ typedef struct UI_CONTACT_INFO_Handle
75 */ 75 */
76void 76void
77ui_contact_info_dialog_init(MESSENGER_Application *app, 77ui_contact_info_dialog_init(MESSENGER_Application *app,
78 UI_CONTACT_INFO_Handle *handle); 78 UI_CONTACT_INFO_Handle *handle);
79 79
80/** 80/**
81 * Updates a given contact info dialog handle with 81 * Updates a given contact info dialog handle with
@@ -89,8 +89,8 @@ ui_contact_info_dialog_init(MESSENGER_Application *app,
89 */ 89 */
90void 90void
91ui_contact_info_dialog_update(UI_CONTACT_INFO_Handle *handle, 91ui_contact_info_dialog_update(UI_CONTACT_INFO_Handle *handle,
92 struct GNUNET_CHAT_Contact *contact, 92 struct GNUNET_CHAT_Contact *contact,
93 gboolean reveal); 93 gboolean reveal);
94 94
95/** 95/**
96 * Cleans up the allocated resources and resets the 96 * Cleans up the allocated resources and resets the