jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Sun, 06 Jun 2010 23:19:47 +0200
changeset 14 77966ed56e14
child 15 61ffa66f8288
permissions -rw-r--r--
Create two subdirectories. One will contain the main jingle module and the other the file transfert app.

#ifndef __JINGLE_ACTION_HANDLERS_H__
#define __JINGLE_ACTION_HANDLERS_H__ 1

#include <glib.h>
#include <loudmouth/loudmouth.h>


void handle_session_initiate(LmMessage *m, LmMessageNode *j);

#endif