Changes in uspace/srv/vfs/vfs.h [2b88074b:852b801] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r2b88074b r852b801 186 186 extern bool vfs_files_init(void); 187 187 extern vfs_file_t *vfs_file_get(int); 188 extern int vfs_fd_assign(vfs_file_t *file, int fd); 189 extern int vfs_fd_alloc(bool desc); 188 extern int vfs_fd_alloc(void); 190 189 extern int vfs_fd_free(int); 191 190 … … 201 200 extern void vfs_open_node(ipc_callid_t, ipc_call_t *); 202 201 extern void vfs_sync(ipc_callid_t, ipc_call_t *); 203 extern void vfs_dup(ipc_callid_t, ipc_call_t *);204 202 extern void vfs_close(ipc_callid_t, ipc_call_t *); 205 203 extern void vfs_read(ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.