File: spl40_repair.h

package info (click to toggle)
reiser4progs 1.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,904 kB
  • sloc: ansic: 34,331; sh: 4,251; makefile: 994
file content (19 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   spl40_repair.h -- reiser4 special file plugin repair methods. */

#ifndef SPL40_REPAIR_H
#define SPL40_REPAIR_H

#include "spl40.h"
#include "plugin/object/obj40/obj40_repair.h"

extern errno_t spl40_recognize(reiser4_object_t *spl);

extern errno_t spl40_check_struct(reiser4_object_t *spl,
				  place_func_t place_func,
				  void *data, uint8_t mode);


#endif