jingle/action-handlers.h
changeset 96 3922f5c96973
parent 45 c007e112dd54
child 111 76ce876f7935
--- a/jingle/action-handlers.h	Tue Aug 10 22:14:17 2010 +0200
+++ b/jingle/action-handlers.h	Tue Aug 10 23:21:55 2010 +0200
@@ -8,6 +8,7 @@
 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_initiate(JingleNode *jn);
 void handle_session_terminate(JingleNode *jn);
 #endif