[sr-dev] git:master:ac27d053: parser: fixed the name for the new parse_hname2_short() function

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 2 13:31:43 CEST 2015


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/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 */




More information about the sr-dev mailing list