/usr/include/reiser4/libreiser4.h is in libreiser4-dev 1.0.7-6.3fakesync2.
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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | /* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
reiser4progs/COPYING.
libreiser4.h -- the central libreiser4 header file. */
#ifndef REISER4_LIBREISER4_H
#define REISER4_LIBREISER4_H
#ifdef __cplusplus
extern "C" {
#endif
#include <aal/libaal.h>
#include <reiser4/types.h>
#include <reiser4/bitmap.h>
#include <reiser4/filesystem.h>
#include <reiser4/format.h>
#include <reiser4/journal.h>
#include <reiser4/alloc.h>
#include <reiser4/oid.h>
#include <reiser4/backup.h>
#include <reiser4/plugin.h>
#include <reiser4/tree.h>
#include <reiser4/flow.h>
#include <reiser4/node.h>
#include <reiser4/key.h>
#include <reiser4/semantic.h>
#include <reiser4/object.h>
#include <reiser4/place.h>
#include <reiser4/master.h>
#include <reiser4/status.h>
#include <reiser4/item.h>
#include <reiser4/factory.h>
#include <reiser4/profile.h>
#include <reiser4/pset.h>
#include <reiser4/print.h>
#include <reiser4/fake.h>
extern void libreiser4_fini(void);
extern errno_t libreiser4_init(void);
extern const char *libreiser4_version(void);
extern int libreiser4_max_interface_version(void);
extern int libreiser4_min_interface_version(void);
#ifdef __cplusplus
}
#endif
#endif
|