src/server/public/nsapi.h

changeset 434
ff576305ae6e
parent 432
7c9137f9e7f9
child 498
0d80f8a2b29f
equal deleted inserted replaced
433:39fe86ae4db0 434:ff576305ae6e
1608 int log_ereport_v(int degree, const char *format, va_list args); 1608 int log_ereport_v(int degree, const char *format, va_list args);
1609 int log_error(int degree, const char *func, Session *sn, Request *rq, 1609 int log_error(int degree, const char *func, Session *sn, Request *rq,
1610 const char *format, ...); 1610 const char *format, ...);
1611 int log_error_v(int degree, const char *func, Session *sn, Request *rq, 1611 int log_error_v(int degree, const char *func, Session *sn, Request *rq,
1612 const char *format, va_list args); 1612 const char *format, va_list args);
1613 int log_message(const char *degree, const char *format, ...);
1614 int log_message_v(const char *degree, const char *format, va_list args);
1613 1615
1614 /* new macro and function definitions begin */ 1616 /* new macro and function definitions begin */
1615 1617
1616 NSAPI_PUBLIC int util_errno2status(int errno_value); // new 1618 NSAPI_PUBLIC int util_errno2status(int errno_value); // new
1617 #define util_errno2status util_errno2status 1619 #define util_errno2status util_errno2status

mercurial