diff options
Diffstat (limited to 'src/array.h')
-rw-r--r-- | src/array.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/array.h b/src/array.h index 862295c..b8a8345 100644 --- a/src/array.h +++ b/src/array.h @@ -89,7 +89,9 @@ typedef enum { COMP_HTTP_USERAGENT, COMP_HTTP_COOKIE, COMP_HTTP_REMOTEIP, - COMP_HTTP_QUERYSTRING + COMP_HTTP_QUERYSTRING, + + COMP_LAST_ELEMENT } comp_key_t; /* $HTTP["host"] == "incremental.home.kneschke.de" { ... } |