Changes in protocols/oscar/rxqueue.c [e88fe7da:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/rxqueue.c
re88fe7da r5ebff60 361 361 /* 362 362 * Grab a single command sequence off the socket, and enqueue 363 * it in the incoming event queue in a sep arate struct.363 * it in the incoming event queue in a seperate struct. 364 364 */ 365 365 int aim_get_command(aim_session_t *sess, aim_conn_t *conn) … … 479 479 480 480 /* 481 * Purge rec eive queue of all handled commands (->handled==1). Also481 * Purge recieve queue of all handled commands (->handled==1). Also 482 482 * allows for selective freeing using ->nofree so that the client can 483 483 * keep the data for various purposes.
Note: See TracChangeset
for help on using the changeset viewer.