Ignore:
Timestamp:
2017-05-11T22:26:39Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de5b708
Parents:
4bfad34
Message:

Adjust prefixes ext4fs → ext4 after moving code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/include/ext4/filesystem.h

    r4bfad34 rbe39fc6  
    3939#include "ext4/types.h"
    4040
    41 extern int ext4_filesystem_init(ext4_filesystem_t *, ext4fs_instance_t *,
     41extern int ext4_filesystem_init(ext4_filesystem_t *, ext4_instance_t *,
    4242    service_id_t, enum cache_mode, aoff64_t *);
    4343extern int ext4_filesystem_fini(ext4_filesystem_t *);
Note: See TracChangeset for help on using the changeset viewer.