This file is indexed.

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