Browse Source

core: define PVT_XAVP as type for xavp pseudo-variables

- they may need special handling for debug purposes
Daniel-Constantin Mierla 12 years ago
parent
commit
424691bfae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pvar.h

+ 1 - 1
pvar.h

@@ -78,7 +78,7 @@ enum _pv_type {
 	PVT_DSTURI,           PVT_COLOR,             PVT_BRANCH,
 	PVT_FROM,             PVT_TO,                PVT_OURI,
 	PVT_SCRIPTVAR,        PVT_MSG_BODY,          PVT_CONTEXT,
-	PVT_OTHER,            PVT_EXTRA /* keep it last */
+	PVT_XAVP,             PVT_OTHER,             PVT_EXTRA /* keep it last */
 };
 
 typedef enum _pv_type pv_type_t;