/usr/include/elektra/kdbinternal.h is in libelektra-dev 0.8.7-4.
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 | /*Includes for the core of elektra.*/
#ifndef KDBINTERNAL_H
#define KDBINTERNAL_H
#include <kdb.h>
#include <kdbconfig.h>
#include <kdberrors.h>
#include <kdbmodule.h>
#include <kdbplugin.h>
#include <kdbprivate.h>
#include <kdbextension.h>
#include <kdbproposal.h>
#include <kdbobsolete.h>
#endif
|