This file is indexed.

/usr/include/repair/pset.h is in libreiser4-dev 1.1.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   pset.h -- repair plugin set (&heir set) method declarations. */

#ifndef REPAIR_PSET_H
#define REPAIR_PSET_H

#include <repair/repair.h>

extern errno_t repair_pset_check_backup(backup_hint_t *hint);

extern errno_t repair_pset_root_check(reiser4_fs_t *fs, 
				      reiser4_object_t *root, 
				      uint8_t mode);

#endif