src/server/public/nsapi.h

branch
webdav
changeset 366
47bc686fafe4
parent 357
f45e962edf45
child 371
ea836c4f7341
--- a/src/server/public/nsapi.h	Sun May 15 08:56:00 2022 +0200
+++ b/src/server/public/nsapi.h	Sun Aug 07 13:46:43 2022 +0200
@@ -691,6 +691,15 @@
 typedef struct VFS           VFS;
 typedef struct VFSContext    VFSContext;
 
+enum WSConfigNodeType {
+    WS_CONFIG_NODE_OBJECT = 0,
+    WS_CONFIG_NODE_DIRECTIVE
+};
+
+typedef struct ServerConfiguration ServerConfiguration;
+typedef struct ConfigNode          WSConfigNode;
+typedef enum WSConfigNodeType      WSConfigNodeType;
+
 #ifndef PR_AF_INET
 typedef union PRNetAddr PRNetAddr;
 #endif

mercurial