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

« back to all changes in this revision

Viewing changes to modules/ims_icscf/location.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:
60
60
 * @param msg - sip message
61
61
 * @returns 1 on success or 0 on failure
62
62
 */
63
 
int I_perform_location_information_request(struct sip_msg* msg, char* str1, char* str2);
 
63
int I_perform_location_information_request(struct sip_msg* msg, char* route, char* str1, char* str2);
64
64
 
65
65
 
66
66
#endif