jingle/action-handlers.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Mon, 07 Jun 2010 19:15:28 +0200
changeset 15 61ffa66f8288
parent 14 77966ed56e14
child 17 24aa7414bafd
permissions -rw-r--r--
Include config.h. The file transfert module now add the corresponding feature.

#ifndef __JINGLE_ACTION_HANDLERS_H__
#define __JINGLE_ACTION_HANDLERS_H__ 1

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


void handle_session_initiate(LmMessage *m, JingleNode *jn);

#endif