Module: kamailio
Branch: master
Commit: ac27d053ce0d9d9295f3ca8052a320e0c0b01699
URL:
https://github.com/kamailio/kamailio/commit/ac27d053ce0d9d9295f3ca8052a320e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
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/ac27d053ce0d9d9295f3ca8052a320e…
Patch:
https://github.com/kamailio/kamailio/commit/ac27d053ce0d9d9295f3ca8052a320e…
---
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 */