Browse Source

core: new pv type for header count

Daniel-Constantin Mierla 8 years ago
parent
commit
2d9a016ede
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/core/pvar.h

+ 2 - 1
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;