Changeset 1dff985 in mainline for uspace/lib/c/include/vfs/vfs.h


Ignore:
Timestamp:
2017-03-03T21:32:38Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c577a9a
Parents:
5b46ec8 (diff), b8dbe2f (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.
Message:

Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 up to revision 1926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vfs/vfs.h

    r5b46ec8 r1dff985  
    6464extern void vfs_exchange_end(async_exch_t *);
    6565
     66extern int _vfs_walk(int parent, const char *path, int flags);
     67extern int _vfs_open(int file, int mode);
     68
    6669#endif
    6770
Note: See TracChangeset for help on using the changeset viewer.