Changeset d1e196f7 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2011-08-21T12:04:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a6ba94
- Parents:
- 1877128 (diff), a6480d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r1877128 rd1e196f7 41 41 #include <bool.h> 42 42 #include <ipc/vfs.h> 43 #include <task.h> 43 44 44 45 #ifndef dprintf … … 188 189 extern void vfs_client_data_destroy(void *); 189 190 190 extern void vfs_pass_handle( sysarg_t, sysarg_t, int);191 extern void vfs_pass_handle(task_id_t, task_id_t, int); 191 192 extern int vfs_wait_handle_internal(void); 192 193
Note:
See TracChangeset
for help on using the changeset viewer.