src/server/util/pool.h

changeset 91
fac51f87def0
parent 59
ab25c0a231d0
child 415
d938228c382e
--- a/src/server/util/pool.h	Wed Jul 31 13:02:06 2013 +0200
+++ b/src/server/util/pool.h	Sun Sep 08 23:27:07 2013 +0200
@@ -52,6 +52,9 @@
  *
  */
 
+// new
+#include <ucx/string.h>
+
 #ifndef NETSITE_H
 //include "netsite.h"
 #include "../public/nsapi.h"
@@ -80,6 +83,8 @@
 
 NSAPI_PUBLIC int INTpool_init(pblock *pb, Session *sn, Request *rq);
 
+sstr_t sstrdup_pool(pool_handle_t *pool, sstr_t s);
+
 #ifdef DEBUG_CACHES
 NSAPI_PUBLIC int INTpool_service_debug(pblock *pb, Session *sn, Request *rq);
 #endif

mercurial