Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/clonable.h

    rffa2c8ef r96b02eb9  
    3434#define NS_CLONABLE_H__
    3535
    36 #include <ipc/common.h>
    37 #include <sys/types.h>
     36#include <ipc/ipc.h>
    3837#include <bool.h>
    3938
    4039extern int clonable_init(void);
    4140
    42 extern bool service_clonable(int);
    43 extern void register_clonable(sysarg_t, sysarg_t, ipc_call_t *, ipc_callid_t);
    44 extern void connect_to_clonable(sysarg_t, ipc_call_t *, ipc_callid_t);
     41extern bool service_clonable(int service);
     42extern void register_clonable(sysarg_t service, sysarg_t phone,
     43    ipc_call_t *call, ipc_callid_t callid);
     44extern void connect_to_clonable(sysarg_t service, ipc_call_t *call,
     45    ipc_callid_t callid);
    4546
    4647#endif
Note: See TracChangeset for help on using the changeset viewer.