aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_import.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_import.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_import.c b/src/conversation/gnunet-conversation-gtk_import.c
index 428894d7..5458bac3 100644
--- a/src/conversation/gnunet-conversation-gtk_import.c
+++ b/src/conversation/gnunet-conversation-gtk_import.c
@@ -117,6 +117,30 @@ GSC_add_contact (const gchar *name,
117 117
118 118
119/** 119/**
120 * Add phone address to namestore.
121 *
122 * @param label label to use for the phone record
123 * @param rd record data to publish
124 */
125void
126GSC_add_phone (const gchar *label,
127 const struct GNUNET_GNSRECORD_Data *rd)
128{
129 GNUNET_break (0); // FIXME: not implemented!
130}
131
132
133/**
134 * Remove previously added phone address from namestore.
135 */
136void
137GSC_remove_phone ()
138{
139 GNUNET_break (0); // FIXME: not implemented!
140}
141
142
143/**
120 * Initialize the import subsystem. 144 * Initialize the import subsystem.
121 */ 145 */
122void 146void