From b9032ff0ae71378939fda1bacde4ee89a685f6d1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 1 Dec 2006 11:14:37 +0000 Subject: Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@839 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/errno.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjlib/include/pj/errno.h') diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h index 03440c2a..7ca36e98 100644 --- a/pjlib/include/pj/errno.h +++ b/pjlib/include/pj/errno.h @@ -346,5 +346,8 @@ PJ_DECL(pj_status_t) pj_register_strerror(pj_status_t start_code, PJ_END_DECL +/* Internal */ +void pj_errno_clear_handlers(void); + #endif /* __PJ_ERRNO_H__ */ -- cgit v1.2.3