Ignore:
File:
1 edited

Legend:

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

    r5da7199 r47b7006  
    3636#define LIBC_PRIVATE_ASYNC_H_
    3737
    38 #include <async.h>
    3938#include <adt/list.h>
    4039#include <fibril.h>
    41 #include <fibril_synch.h>
    4240#include <sys/time.h>
    4341#include <bool.h>
     
    8381extern void __async_init(void);
    8482extern void async_insert_timeout(awaiter_t *);
    85 extern void reply_received(void *, int, ipc_call_t *);
    8683
    8784#endif
Note: See TracChangeset for help on using the changeset viewer.