src/server/util/pool.h

changeset 91
fac51f87def0
parent 59
ab25c0a231d0
child 415
d938228c382e
equal deleted inserted replaced
90:279f343bbf6c 91:fac51f87def0
50 * Mike Belshe 50 * Mike Belshe
51 * 10-02-95 51 * 10-02-95
52 * 52 *
53 */ 53 */
54 54
55 // new
56 #include <ucx/string.h>
57
55 #ifndef NETSITE_H 58 #ifndef NETSITE_H
56 //include "netsite.h" 59 //include "netsite.h"
57 #include "../public/nsapi.h" 60 #include "../public/nsapi.h"
58 //include "nspr.h" 61 //include "nspr.h"
59 #endif /* !NETSITE_H */ 62 #endif /* !NETSITE_H */
77 #ifdef __cplusplus 80 #ifdef __cplusplus
78 extern "C" { 81 extern "C" {
79 #endif 82 #endif
80 83
81 NSAPI_PUBLIC int INTpool_init(pblock *pb, Session *sn, Request *rq); 84 NSAPI_PUBLIC int INTpool_init(pblock *pb, Session *sn, Request *rq);
85
86 sstr_t sstrdup_pool(pool_handle_t *pool, sstr_t s);
82 87
83 #ifdef DEBUG_CACHES 88 #ifdef DEBUG_CACHES
84 NSAPI_PUBLIC int INTpool_service_debug(pblock *pb, Session *sn, Request *rq); 89 NSAPI_PUBLIC int INTpool_service_debug(pblock *pb, Session *sn, Request *rq);
85 #endif 90 #endif
86 91

mercurial