From c1bb197f7357738f748e141a844660ef5340bbf4 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 27 Aug 2016 00:04:24 -0400 Subject: add more invalid character errors, clean up comments --- include/fhp/fhp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/fhp/fhp.h b/include/fhp/fhp.h index 72df8a5..563d2ad 100644 --- a/include/fhp/fhp.h +++ b/include/fhp/fhp.h @@ -14,6 +14,8 @@ typedef enum { FHP_ERR_INVALID_CHAR_IN_URL, FHP_ERR_INVALID_CHAR_IN_URL_PERCENT, FHP_ERR_INVALID_CHAR_IN_VERSION, + FHP_ERR_INVALID_CHAR_AFTER_CR, + FHP_ERR_INVALID_CHAR_IN_HEADER_NAME, FHP_ERR_INVALID_ERROR, FHP_ERR_BUFFER_TOO_SMALL, FHP_ERR_LAST -- cgit v1.2.3