~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to fswreck/include/refcount.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:
 
1
/*
 
2
 * refcount.h
 
3
 *
 
4
 * Function prototypes, macros, etc. for related 'C' files
 
5
 *
 
6
 * Copyright (C) 2009 Oracle.  All rights reserved.
 
7
 *
 
8
 * This program is free software; you can redistribute it and/or
 
9
 * modify it under the terms of the GNU General Public
 
10
 * License version 2 as published by the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
 * General Public License for more details.
 
16
 */
 
17
 
 
18
#ifndef _FSWRECK_REFCOUNT_H_
 
19
#define _FSWRECK_REFCOUNT_H_
 
20
 
 
21
void mess_up_refcount_tree_block(ocfs2_filesys *fs, enum fsck_type type,
 
22
                                 uint64_t blkno);
 
23
void mess_up_refcount_tree(ocfs2_filesys *fs, enum fsck_type type,
 
24
                           uint64_t blkno);
 
25
#endif          /* _FSWRECK_REFCOUNT_H_ */