Răsfoiți Sursa

core: define PVT_XAVP as type for xavp pseudo-variables

- they may need special handling for debug purposes
Daniel-Constantin Mierla 12 ani în urmă
părinte
comite
424691bfae
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;