Renamed the FS interface hook read_link() to read_symlink().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-05 03:52:57 +00:00
parent 12d359b85a
commit cf4ccd6575
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ typedef struct file_system_module_info {
uint8 event, selectsync *sync);
status_t (*fsync)(fs_volume fs, fs_vnode vnode);
status_t (*read_link)(fs_volume fs, fs_vnode link, char *buffer,
status_t (*read_symlink)(fs_volume fs, fs_vnode link, char *buffer,
size_t *_bufferSize);
status_t (*create_symlink)(fs_volume fs, fs_vnode dir, const char *name,
const char *path, int mode);