Ignore:
Timestamp:
Mar 24, 2006 8:43:37 PM (18 years ago)
Author:
bennylp
Message:

Moved getopt from pjsua-lib to pjlib-util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_settings.c

    r343 r360  
    1818 */ 
    1919#include <pjsua-lib/pjsua.h> 
    20 #include <pjsua-lib/getopt.h> 
    2120#include <stdio.h> 
    2221 
     
    704703    pj_log_set_decor(old_decor & (PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_CR)); 
    705704 
     705    if (detail) 
     706        pj_dump_config(); 
     707 
    706708    pjsip_endpt_dump(pjsua.endpt, detail); 
    707709    pjmedia_endpt_dump(pjsua.med_endpt); 
Note: See TracChangeset for help on using the changeset viewer.