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

« back to all changes in this revision

Viewing changes to modules/acc/acc_mod.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:
92
92
extern str acc_sipcode_col;
93
93
extern str acc_sipreason_col;
94
94
extern str acc_time_col;
 
95
 
 
96
extern int acc_db_insert_mode;
95
97
#endif /* SQL_ACC */
96
98
 
 
99
/* time mode */
 
100
extern int acc_time_mode;
 
101
extern str acc_time_attr;
 
102
extern str acc_time_exten;
 
103
 
97
104
 
98
105
#endif