Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

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

    r611 r622  
    145145    PJSIP_URI_IN_CONTACT_HDR,   /**< The URI is in Contact header. */ 
    146146    PJSIP_URI_IN_ROUTING_HDR,   /**< The URI is in Route/Record-Route header. */ 
    147     PJSIP_URI_IN_OTHER,         /**< Other context (web page, business card, etc.) */ 
     147    PJSIP_URI_IN_OTHER          /**< Other context (web page, business card, etc.) */ 
    148148} pjsip_uri_context_e; 
    149149 
Note: See TracChangeset for help on using the changeset viewer.