Browse Source

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

Daniel-Constantin Mierla 10 years ago
parent
commit
ac27d053ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parser/parse_hname2.h

+ 1 - 1
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 */