doubango/trunk/tinyDEMO/register.h

37 lines
1.1 KiB
C
Raw Normal View History

2010-04-26 17:35:07 +00:00
/*
* Copyright (C) 2009 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
*/
#if !defined(TINYDEMO_REGISTER_H)
#define TINYDEMO_REGISTER_H
#include "demo_config.h"
2010-04-28 17:11:19 +00:00
#include "common.h"
2010-04-26 17:35:07 +00:00
_BEGIN_DECLS
2010-05-30 23:45:31 +00:00
int register_handle_event(const tsip_event_t *_event);
2010-04-30 01:27:15 +00:00
tsip_ssession_id_t register_handle_cmd(cmd_type_t cmd, const opts_L_t* opts);
2010-04-26 17:35:07 +00:00
_END_DECLS
2010-05-01 19:53:48 +00:00
#endif /* TINYDEMO_REGISTER_H */