src/server/public/nsapi.h

branch
webdav
changeset 366
47bc686fafe4
parent 357
f45e962edf45
child 371
ea836c4f7341
equal deleted inserted replaced
361:570026d3a685 366:47bc686fafe4
689 typedef struct PListStruct_s PListStruct_s; 689 typedef struct PListStruct_s PListStruct_s;
690 typedef struct ACLListHandle ACLListHandle; 690 typedef struct ACLListHandle ACLListHandle;
691 typedef struct VFS VFS; 691 typedef struct VFS VFS;
692 typedef struct VFSContext VFSContext; 692 typedef struct VFSContext VFSContext;
693 693
694 enum WSConfigNodeType {
695 WS_CONFIG_NODE_OBJECT = 0,
696 WS_CONFIG_NODE_DIRECTIVE
697 };
698
699 typedef struct ServerConfiguration ServerConfiguration;
700 typedef struct ConfigNode WSConfigNode;
701 typedef enum WSConfigNodeType WSConfigNodeType;
702
694 #ifndef PR_AF_INET 703 #ifndef PR_AF_INET
695 typedef union PRNetAddr PRNetAddr; 704 typedef union PRNetAddr PRNetAddr;
696 #endif 705 #endif
697 706
698 typedef struct Session Session; 707 typedef struct Session Session;

mercurial