summaryrefslogtreecommitdiff
path: root/src/ring-text-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring-text-channel.h')
-rw-r--r--src/ring-text-channel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ring-text-channel.h b/src/ring-text-channel.h
index f27af80..ad7a2db 100644
--- a/src/ring-text-channel.h
+++ b/src/ring-text-channel.h
@@ -27,9 +27,6 @@
#include <telepathy-glib/message-mixin.h>
#include <telepathy-glib/base-channel.h>
-#include <sms-glib/deliver.h>
-#include <sms-glib/status-report.h>
-
G_BEGIN_DECLS
typedef struct _RingTextChannel RingTextChannel;
@@ -69,11 +66,15 @@ GType ring_text_channel_get_type (void);
char *ring_text_channel_destination(char const *inspection);
+#if nomore
+
/* FIXME: the gpointers are temporary hacks */
gboolean ring_text_channel_can_handle(gpointer);
void ring_text_channel_receive_deliver(RingTextChannel *, gpointer);
void ring_text_channel_receive_status_report(RingTextChannel *, gpointer);
+#endif
+
void ring_text_channel_outgoing_sms_complete(RingTextChannel *,
char const *token);