jingle/action-handlers.h
changeset 38 121e5ae7c1e5
parent 34 08715c230027
child 39 405518ad71de
--- a/jingle/action-handlers.h	Thu Jul 08 00:35:37 2010 +0200
+++ b/jingle/action-handlers.h	Thu Jul 08 13:54:57 2010 +0200
@@ -5,6 +5,8 @@
 #include <loudmouth/loudmouth.h>
 
 void handle_content_add(LmMessage *m, JingleNode *jn);
+void handle_content_reject(LmMessage *m, JingleNode *jn);
+void handle_content_remove(LmMessage *m, JingleNode *jn);
 void handle_session_initiate(LmMessage *m, JingleNode *jn);
 void handle_session_terminate(LmMessage *m, JingleNode *jn);
 const gchar* get_xmlnsdesc(const GSList* list);