diff -r 570026d3a685 -r 47bc686fafe4 src/server/public/nsapi.h --- 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