Changeset 22d990c in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

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

    r8a74512 r22d990c  
    178178extern fs_handle_t fs_name_to_handle(const char *, unsigned int instance, bool);
    179179extern vfs_info_t *fs_handle_to_info(fs_handle_t);
    180 extern int vfs_get_fstypes(vfs_fstypes_t *);
     180extern errno_t vfs_get_fstypes(vfs_fstypes_t *);
    181181extern errno_t fs_unit_name(const char *, unsigned int, char **);
    182182
Note: See TracChangeset for help on using the changeset viewer.