Changeset 102f641 in mainline for uspace/lib/c/generic/private/async.h


Ignore:
Timestamp:
2019-09-02T19:01:50Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/async.h

    r241f1985 r102f641  
    108108extern void async_reply_received(ipc_call_t *);
    109109extern async_sess_t *create_session(cap_phone_handle_t, exch_mgmt_t,
    110         sysarg_t, sysarg_t, sysarg_t);
     110    sysarg_t, sysarg_t, sysarg_t);
    111111extern cap_phone_handle_t async_session_phone(async_sess_t *);
    112112
Note: See TracChangeset for help on using the changeset viewer.