Changeset 9ef495f in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2015-08-23T13:31:31Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
616f5dd3
Parents:
f9b2cb4c
Message:

make async_new_connection() static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    rf9b2cb4c r9ef495f  
    149149extern int async_wait_timeout(aid_t, sysarg_t *, suseconds_t);
    150150extern void async_forget(aid_t);
    151 
    152 extern fid_t async_new_connection(task_id_t, sysarg_t, ipc_callid_t,
    153     ipc_call_t *, async_port_handler_t, void *);
    154151
    155152extern void async_usleep(suseconds_t);
Note: See TracChangeset for help on using the changeset viewer.