Add missing constants

svn path=/trunk/; revision=22796
This commit is contained in:
Hervé Poussineau 2006-07-03 10:19:42 +00:00
parent afe9ebf1f4
commit 19c1803cbb

View file

@ -192,6 +192,11 @@ typedef enum {
BINDVERB_PUT = 0x2, BINDVERB_PUT = 0x2,
BINDVERB_CUSTOM = 0x3 BINDVERB_CUSTOM = 0x3
} BINDVERB; } BINDVERB;
typedef enum
{
BINDINFOF_URLENCODESTGMEDDATA = 0x1,
BINDINFOF_URLENCODEDEXTRAINFO = 0x2
} BINDINFOF;
typedef enum { typedef enum {
BINDF_ASYNCHRONOUS = 0x1, BINDF_ASYNCHRONOUS = 0x1,
BINDF_ASYNCSTORAGE = 0x2, BINDF_ASYNCSTORAGE = 0x2,