diff options
-rw-r--r-- | libversit/vobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libversit/vobject.h b/libversit/vobject.h index d5f1fa291f..bc31dc8297 100644 --- a/libversit/vobject.h +++ b/libversit/vobject.h @@ -247,6 +247,10 @@ extern "C" { #define VCX509Prop "X509" #define VCXRuleProp "XRULE" +/* Extensions */ + +#define XPilotIdProp "X-PILOTID" +#define XPilotStatusProp "X-PILOTSTAT" typedef struct VObject VObject; |