diff -r 73aacbf6e492 -r d680536f8c2f src/server/public/nsapi.h --- a/src/server/public/nsapi.h Mon Jan 16 14:06:52 2012 +0100 +++ b/src/server/public/nsapi.h Sat Jan 21 16:37:35 2012 +0100 @@ -700,6 +700,11 @@ unsigned pool_resolved; }; +////// new + +typedef struct _http_listener HttpListener; + +////// /* * VSInitFunc, VSDestroyFunc, VSDirectiveInitFunc and VSDirectiveDestroyFunc */