Ignore:
Timestamp:
Feb 7, 2006 8:56:50 PM (18 years ago)
Author:
bennylp
Message:

Updated Makefile for cygwin/mingw build and fix misc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_msg.h

    r139 r145  
    7373 * is recognized or not. 
    7474 */ 
    75 typedef struct pjsip_method 
     75struct pjsip_method 
    7676{ 
    7777    pjsip_method_e id;      /**< Method ID, from \a pjsip_method_e. */ 
    7878    pj_str_t       name;    /**< Method name, which will always contain the  
    7979                                 method string. */ 
    80 } pjsip_method; 
     80}; 
    8181 
    8282 
Note: See TracChangeset for help on using the changeset viewer.