Changes in uspace/lib/c/include/async.h [3815efb:b72efe8] in mainline
- File:
- 
      - 1 edited
 
 - 
          
  uspace/lib/c/include/async.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/lib/c/include/async.hr3815efb rb72efe8 55 55 /** Client connection handler 56 56 * 57 * @param callid 58 * 59 * @param call 60 * @param arg 61 * 57 * @param callid ID of incoming call or 0 if connection initiated from 58 * inside using async_connect_to_me() 59 * @param call Incoming call or 0 if connection initiated from inside 60 * @param arg Local argument passed from async_new_connection() or 61 * async_connect_to_me() 62 62 */ 63 63 typedef void (*async_client_conn_t)(ipc_callid_t, ipc_call_t *, void *); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
