Ignore:
Timestamp:
Feb 19, 2006 3:37:19 PM (18 years ago)
Author:
bennylp
Message:

SIMPLE test with FWD, and added more info in UI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/pjsua.h

    r197 r201  
    128128    pj_int32_t       reg_timeout; 
    129129    pj_timer_entry   regc_timer; 
     130    pj_status_t      regc_last_err; /**< Last registration error.       */ 
    130131    int              regc_last_code;/**< Last status last register.     */ 
    131132 
     
    200201 * Display error message for the specified error code. 
    201202 */ 
    202 void pjsua_perror(const char *title, pj_status_t status); 
     203void pjsua_perror(const char *sender, const char *title,  
     204                  pj_status_t status); 
    203205 
    204206 
Note: See TracChangeset for help on using the changeset viewer.