Ignore:
Timestamp:
Jun 14, 2006 8:22:31 PM (18 years ago)
Author:
bennylp
Message:

Fixed new pjsua build/makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r500 r508  
    13291329 * Set transaction status code and reason. 
    13301330 */ 
    1331 static tsx_set_status_code(pjsip_transaction *tsx, 
    1332                            int code, const pj_str_t *reason) 
     1331static void tsx_set_status_code(pjsip_transaction *tsx, 
     1332                                int code, const pj_str_t *reason) 
    13331333{ 
    13341334    tsx->status_code = code; 
Note: See TracChangeset for help on using the changeset viewer.