summaryrefslogtreecommitdiff
path: root/src/sip-text-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sip-text-channel.h')
-rw-r--r--src/sip-text-channel.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/sip-text-channel.h b/src/sip-text-channel.h
index d925e9f..0bddbfb 100644
--- a/src/sip-text-channel.h
+++ b/src/sip-text-channel.h
@@ -25,7 +25,7 @@
#include <telepathy-glib/handle.h>
-#include "sip-sofia-decls.h"
+#include <tpsip/sofia-decls.h>
typedef struct _TpsipHandleStorage TpsipHandleStorage;
@@ -61,13 +61,9 @@ GType tpsip_text_channel_get_type(void);
void tpsip_text_channel_close (TpsipTextChannel *self);
-void tpsip_text_channel_emit_message_status(TpsipTextChannel *obj,
- nua_handle_t *nh,
- int status);
-
void tpsip_text_channel_receive (TpsipTextChannel *obj,
- TpHandle sender,
- const char *message);
+ TpHandle sender,
+ const char *message);
G_END_DECLS