aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_contacts.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-26 19:13:52 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-26 19:13:52 +0000
commit882fa31b96abca7755c6547b6971761cd303d961 (patch)
treea3a772168c056b16ccf55fe0f0fe018689e5c37b /src/conversation/gnunet-conversation-gtk_contacts.h
parentec453e83017e0d1e8a7860dd85e2616ff24ad674 (diff)
downloadgnunet-gtk-882fa31b96abca7755c6547b6971761cd303d961.tar.gz
gnunet-gtk-882fa31b96abca7755c6547b6971761cd303d961.zip
separating out phone, log and import logics
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