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;