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