summaryrefslogtreecommitdiff
path: root/include/fhp
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-27 00:04:24 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-27 00:04:24 -0400
commitc1bb197f7357738f748e141a844660ef5340bbf4 (patch)
tree81f4941d046788f5e0b654557ce295384a0ba372 /include/fhp
parent1baa78dab630530cabe06ca0d48ac3ab2b30a0f7 (diff)
downloadlibfhp-c1bb197f7357738f748e141a844660ef5340bbf4.tar.bz2
libfhp-c1bb197f7357738f748e141a844660ef5340bbf4.zip
add more invalid character errors, clean up comments
Diffstat (limited to 'include/fhp')
-rw-r--r--include/fhp/fhp.h2
1 files changed, 2 insertions, 0 deletions
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