soa 1.12.11devel
Loading...
Searching...
No Matches
soa_add.h
Go to the documentation of this file.
1/*
2 * This file is part of the Sofia-SIP package
3 *
4 * Copyright (C) 2005 Nokia Corporation.
5 *
6 * Contact: Pekka Pessi <pekka.pessi@nokia-email.address.hidden>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public License
10 * as published by the Free Software Foundation; either version 2.1 of
11 * the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
22 *
23 */
24
25#ifndef SOA_ADD_H
26#define SOA_ADD_H
34#include <sofia-sip/su_config.h>
35
36SOFIA_BEGIN_DECLS
37
38struct soa_session_actions;
39
40SOFIAPUBVAR struct soa_session_actions const soa_default_actions;
41
42SOFIAPUBFUN int soa_add(char const *name, struct soa_session_actions const *handler);
43
44SOFIAPUBFUN struct soa_session_actions const *soa_find(char const *name);
45
46SOFIA_END_DECLS
47
48#endif /* SOA_ADD_H */
struct soa_session_actions const * soa_find(char const *name)
Search for a named backend.
Definition soa.c:193
int soa_add(char const *name, struct soa_session_actions const *handler)
Add a named soa backend.
Definition soa.c:162
#define SOFIAPUBFUN
#define SOFIAPUBVAR

Sofia-SIP 1.12.11devel - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.