Changes in uspace/srv/vfs/vfs.h [a46e56b:84239b1] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    ra46e56b r84239b1  
    222222extern errno_t vfs_op_write(int fd, aoff64_t, size_t *out_bytes);
    223223
    224 extern void vfs_register(cap_call_handle_t, ipc_call_t *);
    225 
    226 extern void vfs_page_in(cap_call_handle_t, ipc_call_t *);
     224extern void vfs_register(ipc_callid_t, ipc_call_t *);
     225
     226extern void vfs_page_in(ipc_callid_t, ipc_call_t *);
    227227
    228228typedef struct {
     
    233233extern errno_t vfs_rdwr_internal(int, aoff64_t, bool, rdwr_io_chunk_t *);
    234234
    235 extern void vfs_connection(cap_call_handle_t icall_handle, ipc_call_t *icall, void *arg);
     235extern void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg);
    236236
    237237#endif
Note: See TracChangeset for help on using the changeset viewer.