Ignore:
File:
1 edited

Legend:

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

    r5da7199 r93ad49a8  
    9696
    9797/** Forward declarations */
    98 struct async_exch;
    99 struct async_sess;
    100 
    101 typedef struct async_sess async_sess_t;
    102 typedef struct async_exch async_exch_t;
     98struct _async_exch;
     99struct _async_sess;
     100
     101typedef struct _async_sess async_sess_t;
     102typedef struct _async_exch async_exch_t;
    103103
    104104extern atomic_t threads_in_ipc_wait;
Note: See TracChangeset for help on using the changeset viewer.