aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_contacts.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk_contacts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_contacts.h b/src/conversation/gnunet-conversation-gtk_contacts.h
index ccfd230d..8b1366b9 100644
--- a/src/conversation/gnunet-conversation-gtk_contacts.h
+++ b/src/conversation/gnunet-conversation-gtk_contacts.h
@@ -30,14 +30,14 @@
30/** 30/**
31 * Initialize the contact list 31 * Initialize the contact list
32 */ 32 */
33extern void 33void
34GCG_CONTACTS_init (void); 34GCG_CONTACTS_init (void);
35 35
36 36
37/** 37/**
38 * Shutdown the contact list 38 * Shutdown the contact list
39 */ 39 */
40extern void 40void
41GCG_CONTACTS_shutdown(void); 41GCG_CONTACTS_shutdown (void);
42 42
43#endif 43#endif