From 2d9a016ede219c2f2731e09ca45281d8ef711d50 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 29 Mar 2017 12:41:16 +0200 Subject: [PATCH] core: new pv type for header count --- src/core/pvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/pvar.h b/src/core/pvar.h index 68955ad0566..b82198d841f 100644 --- a/src/core/pvar.h +++ b/src/core/pvar.h @@ -77,7 +77,8 @@ enum _pv_type { PVT_DSTURI, PVT_COLOR, PVT_BRANCH, PVT_FROM, PVT_TO, PVT_OURI, PVT_SCRIPTVAR, PVT_MSG_BODY, PVT_CONTEXT, - PVT_XAVP, PVT_OTHER, PVT_EXTRA /* keep it last */ + PVT_XAVP, PVT_HDRC, PVT_OTHER, + PVT_EXTRA /* keep it last */ }; typedef enum _pv_type pv_type_t;