src/server/public/nsapi.h

changeset 81
d25825f37967
parent 68
f5102a892ed4
child 82
740cfd9dd443
equal deleted inserted replaced
80:0de4a90979e1 81:d25825f37967
1387 1387
1388 /* new macro and function definitions begin */ 1388 /* new macro and function definitions begin */
1389 1389
1390 NSAPI_PUBLIC int util_errno2status(int errno_value); // new 1390 NSAPI_PUBLIC int util_errno2status(int errno_value); // new
1391 #define util_errno2status util_errno2status 1391 #define util_errno2status util_errno2status
1392 NSAPI_PUBLIC pblock* util_parse_param(pool_handle_t *pool, char *query);
1393 #define util_parse_param util_parse_param
1392 1394
1393 1395
1394 // threadpool 1396 // threadpool
1395 threadpool_t* threadpool_new(int min, int max); 1397 threadpool_t* threadpool_new(int min, int max);
1396 void* threadpool_func(void *data); 1398 void* threadpool_func(void *data);

mercurial