Ignore:
File:
1 edited

Legend:

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

    r64d2b10 r63f8966  
    3737
    3838#include <kernel/ipc/event_types.h>
     39#include <ipc/ipc.h>
    3940
    40 extern int event_subscribe(event_type_t, sysarg_t);
     41extern int event_subscribe(event_type_t, ipcarg_t);
    4142
    4243#endif
Note: See TracChangeset for help on using the changeset viewer.