/usr/include/zziplib.h is in libzzip-dev 0.13.62-3+deb8u1.
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 | #ifndef ZZIP_WARNING
#define ZZIP_WARNING 1
#ifdef __GNUC__
#warning do no not use <zziplib.h>, update to include <zzip/zzip.h>
#else
#error do no not use <zziplib.h>, update to include <zzip/zzip.h>
#endif
#endif
#include "zzip/zzip.h"
|