/usr/include/mhash.h is in libmhash-dev 0.9.9.9-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 | #if !defined(__MHASH_H)
#define __MHASH_H
#define MUTILS_USE_MHASH_CONFIG
#include <mutils/mincludes.h>
#include <mutils/mglobal.h>
#include <mutils/mtypes.h>
#include <mutils/mutils.h>
#include <mutils/mhash.h>
#endif
|