Skip to content

Commit

Permalink
parser: fixed the name for the new parse_hname2_short() function
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 2, 2015
1 parent 964ed0a commit ac27d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parse_hname2.h
Expand Up @@ -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 */

0 comments on commit ac27d05

Please sign in to comment.