jingle/send.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Sun, 12 Sep 2010 18:20:53 +0200
changeset 167 97f93fa3cd95
parent 119 0b9a7b505079
permissions -rw-r--r--
Change socks5.c to s5b.c in the headers and cmakelist

#ifndef __SEND_H__
#define __SEND_H__ 1

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

#include <jingle/jingle.h>
#include <jingle/sessions.h>

void jingle_send_session_terminate(JingleSession *js, const gchar *reason);
void jingle_send_session_initiate(JingleSession *js);
void jingle_send_session_accept(JingleSession *js);

#endif