Ignore:
Timestamp:
Nov 20, 2005 10:58:43 AM (18 years ago)
Author:
bennylp
Message:

Renaming files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/main.c

    r51 r61  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19 #include "test.h" 
    20 #include <stdio.h> 
    21  
    22 int main() 
    23 { 
    24     test_uri(); 
    25     test_msg(); 
    26  
    27 #if !IS_PROFILING 
    28     puts("Press <ENTER> to quit."); 
    29     fgets( s, sizeof(s), stdin); 
    30 #endif 
    31     return 0; 
    32 } 
Note: See TracChangeset for help on using the changeset viewer.