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/src/pjsua-lib/pjsua_call.c

    r1417 r1452  
    779779 
    780780/* Acquire lock to the specified call_id */ 
    781 static pj_status_t acquire_call(const char *title, 
     781pj_status_t acquire_call(const char *title, 
    782782                                pjsua_call_id call_id, 
    783783                                pjsua_call **p_call, 
     
    16041604 
    16051605 
    1606 static const char *good_number(char *buf, pj_int32_t val) 
     1606const char *good_number(char *buf, pj_int32_t val) 
    16071607{ 
    16081608    if (val < 1000) { 
     
    18181818 
    18191819/* Print call info */ 
    1820 static void print_call(const char *title, 
     1820void print_call(const char *title, 
    18211821                       int call_id,  
    18221822                       char *buf, pj_size_t size) 
Note: See TracChangeset for help on using the changeset viewer.