jingle/action-handlers.h
changeset 111 76ce876f7935
parent 96 3922f5c96973
child 165 763c26abd99d
--- a/jingle/action-handlers.h	Fri Aug 13 20:34:44 2010 +0200
+++ b/jingle/action-handlers.h	Fri Aug 13 22:42:29 2010 +0200
@@ -4,11 +4,14 @@
 #include <glib.h>
 #include <loudmouth/loudmouth.h>
 
+
 void handle_content_accept(JingleNode *jn);
 void handle_content_add(JingleNode *jn);
 void handle_content_reject(JingleNode *jn);
 void handle_content_remove(JingleNode *jn);
 void handle_session_accept(JingleNode *jn);
+void handle_session_info(JingleNode *jn);
 void handle_session_initiate(JingleNode *jn);
 void handle_session_terminate(JingleNode *jn);
+
 #endif