From 51f0bc5a46378786d98caf84df2cf31bb169e45b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 19 Feb 2006 15:37:19 +0000 Subject: SIMPLE test with FWD, and added more info in UI git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@201 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsua/pjsua.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pjsip/src/pjsua/pjsua.h') diff --git a/pjsip/src/pjsua/pjsua.h b/pjsip/src/pjsua/pjsua.h index 202c2840..6bd19d57 100644 --- a/pjsip/src/pjsua/pjsua.h +++ b/pjsip/src/pjsua/pjsua.h @@ -127,6 +127,7 @@ struct pjsua pjsip_regc *regc; pj_int32_t reg_timeout; pj_timer_entry regc_timer; + pj_status_t regc_last_err; /**< Last registration error. */ int regc_last_code;/**< Last status last register. */ @@ -199,7 +200,8 @@ void pjsua_default(void); /** * Display error message for the specified error code. */ -void pjsua_perror(const char *title, pj_status_t status); +void pjsua_perror(const char *sender, const char *title, + pj_status_t status); /** -- cgit v1.2.3