~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to fswreck/include/group.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-01-14 12:46:49 UTC
  • mfrom: (1.1.10 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110114124649-vbe5qz211f3zxwuf
Tags: 1.6.3-1ubuntu1
* Merge from debian unstable (LP: #703008).  Remaining changes:
  - Fix configure tests for ld --as-needed.
  - Fix build failure with ld --no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                        uint16_t slotnum);
34
34
void mess_up_cluster_group_desc(ocfs2_filesys *fs, enum fsck_type type,
35
35
                                uint16_t slotnum);
 
36
void mess_up_cluster_alloc_bits(ocfs2_filesys *fs, enum fsck_type type,
 
37
                                uint16_t slotnum);
36
38
 
37
39
#endif          /* __GROUP_H */