Ignore:
Timestamp:
Feb 19, 2006 1:38:06 AM (18 years ago)
Author:
bennylp
Message:

Initial SIMPLE implementation

File:
1 edited

Legend:

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

    r145 r197  
    412412    PJSIP_SC_REQUEST_TERMINATED = 487, 
    413413    PJSIP_SC_NOT_ACCEPTABLE_HERE = 488, 
    414     PJSIP_SC_UNKNOWN_EVENT = 489, 
     414    PJSIP_SC_BAD_EVENT = 489, 
    415415    PJSIP_SC_REQUEST_UPDATED = 490, 
    416416    PJSIP_SC_REQUEST_PENDING = 491, 
     
    499499 * must fill in all members of this structure.  
    500500 */ 
    501 typedef struct pjsip_msg_body 
     501struct pjsip_msg_body 
    502502{ 
    503503    /** MIME content type.  
     
    566566    void* (*clone_data)(pj_pool_t *pool, const void *data, unsigned len); 
    567567 
    568 } pjsip_msg_body; 
     568}; 
    569569 
    570570/** 
Note: See TracChangeset for help on using the changeset viewer.