Ver Fonte

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

Daniel-Constantin Mierla há 10 anos atrás
pai
commit
ac27d053ce
1 ficheiros alterados com 1 adições e 1 exclusões
  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 */