Ignore:
Timestamp:
Sep 25, 2007 8:48:49 PM (17 years ago)
Author:
bennylp
Message:

Exported some private pjsua_call.c functions related to call quality statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r1424 r1452  
    427427 
    428428 
     429pj_status_t acquire_call(const char *title, 
     430                         pjsua_call_id call_id, 
     431                         pjsua_call **p_call, 
     432                         pjsip_dialog **p_dlg); 
     433const char *good_number(char *buf, pj_int32_t val); 
     434void print_call(const char *title, 
     435                int call_id, 
     436                char *buf, pj_size_t size); 
     437 
    429438 
    430439PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.