~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/outbound/api.h

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * $Id$
3
3
 *
4
 
 * Copyright (C) 2012 Crocodile RCS Ltd
 
4
 * Copyright (C) 2012-2013 Crocodile RCS Ltd
5
5
 *
6
6
 * This file is part of Kamailio, a free SIP server.
7
7
 *
19
19
 * along with this program; if not, write to the Free Software 
20
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
21
 *
 
22
 * Exception: permission to copy, modify, propagate, and distribute a work
 
23
 * formed by combining OpenSSL toolkit software and the code in this file,
 
24
 * such as linking with software components and libraries released under
 
25
 * OpenSSL project license.
 
26
 *
22
27
 */
23
28
 
24
29
#ifndef OB_API_H
28
33
#include "../../sr_module.h"
29
34
 
30
35
typedef int (*encode_flow_token_t)(str *, struct receive_info);
31
 
typedef int (*decode_flow_token_t)(struct receive_info *, str);
 
36
typedef int (*decode_flow_token_t)(struct sip_msg *, struct receive_info **, str);
32
37
typedef int (*use_outbound_t)(struct sip_msg *);
33
38
 
34
39
typedef struct ob_binds {