Changeset dc87ad11 in mainline for uspace/srv/fs/fat/fat_fat.h


Ignore:
Timestamp:
2009-09-03T13:36:31Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cca29e3c
Parents:
e402382
Message:

Make fat_get_cluster() return an error code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.h

    re402382 rdc87ad11  
    8080extern void fat_alloc_shadow_clusters(struct fat_bs *, dev_handle_t,
    8181    fat_cluster_t *, unsigned);
    82 extern fat_cluster_t fat_get_cluster(struct fat_bs *, dev_handle_t, fat_cluster_t);
     82extern int fat_get_cluster(struct fat_bs *, dev_handle_t, fat_cluster_t,
     83    fat_cluster_t *);
    8384extern void fat_set_cluster(struct fat_bs *, dev_handle_t, unsigned,
    8485    fat_cluster_t, fat_cluster_t);
Note: See TracChangeset for help on using the changeset viewer.