浏览代码

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

Daniel-Constantin Mierla 10 年之前
父节点
当前提交
ac27d053ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */