osip.h   osip.h 
skipping to change at line 703 skipping to change at line 703
/** /**
* Set SRV lookup information to be used by state machine. * Set SRV lookup information to be used by state machine.
* *
* @param transaction The element to work on. * @param transaction The element to work on.
* @param record The SRV lookup results for this transaction. * @param record The SRV lookup results for this transaction.
*/ */
int osip_transaction_set_srv_record(osip_transaction_t *transaction, osip _srv_record_t *record); int osip_transaction_set_srv_record(osip_transaction_t *transaction, osip _srv_record_t *record);
/** /**
* Set the socket for incoming message. * Set the socket for incoming message.
* NOTE: THIS HAS NEVER TESTED! Please send feedback. *
* @param transaction The element to work on. * @param transaction The element to work on.
* @param sock The socket for incoming message. * @param sock The socket for incoming message.
*/ */
int osip_transaction_set_in_socket (osip_transaction_t * transaction, int sock); int osip_transaction_set_in_socket (osip_transaction_t * transaction, int sock);
/** /**
* Set the socket for outgoing message. * Set the socket for outgoing message.
* NOTE: THIS HAS NEVER TESTED! Please send feedback. *
* @param transaction The element to work on. * @param transaction The element to work on.
* @param sock The socket for outgoing message. * @param sock The socket for outgoing message.
*/ */
int osip_transaction_set_out_socket (osip_transaction_t * transaction, in t sock); int osip_transaction_set_out_socket (osip_transaction_t * transaction, in t sock);
/** /**
* Allocate an osip_t element. * Allocate an osip_t element.
* @param osip the element to allocate. * @param osip the element to allocate.
*/ */
int osip_init (osip_t ** osip); int osip_init (osip_t ** osip);
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/