Module: kamailio
Branch: master
Commit: ac27d053ce0d9d9295f3ca8052a320e0c0b01699
URL: 
https://github.com/kamailio/kamailio/commit/ac27d053ce0d9d9295f3ca8052a320e0c0b01699

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-09-02T13:29:09+02:00

parser: fixed the name for the new parse_hname2_short() function

---

Modified: parser/parse_hname2.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/ac27d053ce0d9d9295f3ca8052a320e0c0b01699.diff
Patch: 
https://github.com/kamailio/kamailio/commit/ac27d053ce0d9d9295f3ca8052a320e0c0b01699.patch

---

diff --git a/parser/parse_hname2.h b/parser/parse_hname2.h
index d44abb7..fae4b56 100644
--- a/parser/parse_hname2.h
+++ b/parser/parse_hname2.h
@@ -36,6 +36,6 @@
  * @file
  */
 char* parse_hname2(char* const begin, const char* const end, struct hdr_field* 
const hdr);
-char* parse_hname2_safe(char* const begin, const char* const end, struct 
hdr_field* const hdr);
+char* parse_hname2_short(char* const begin, const char* const end, struct 
hdr_field* const hdr);
 
 #endif /* PARSE_HNAME2_H */


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to