From 7b4d44e73d16534d6d4ff8497b363fc7d53fc410 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 29 Jul 1999 20:16:00 +0000 Subject: Added new ids XPilotId and XPilotStatus 1999-07-29 Miguel de Icaza * libversit/vcc.h: Added new ids XPilotId and XPilotStatus svn path=/trunk/; revision=1044 --- libversit/vobject.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3