Changeset 22d990c in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

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

    r8a74512 r22d990c  
    131131extern void *async_get_client_data_by_id(task_id_t);
    132132extern void async_put_client_data_by_id(task_id_t);
    133 
    134 extern void async_set_implicit_connection(async_port_handler_t);
    135133
    136134extern errno_t async_create_port(iface_t, async_port_handler_t, void *,
Note: See TracChangeset for help on using the changeset viewer.