/usr/include/repair/oid.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 18 | /* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
reiser4progs/COPYING.
oid.c -- oid allocator repair code. */
#ifndef REPAIR_OID_H
#define REPAIR_OID_H
#ifndef ENABLE_MINIMAL
#include <repair/repair.h>
extern void repair_oid_print(reiser4_oid_t *oid,
aal_stream_t *stream);
extern oid_t repair_oid_lost_objectid(reiser4_oid_t *oid);
#endif
#endif
|