This file is indexed.

/usr/include/zzip-io.h is in libzzip-dev 0.13.62-3.

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-io.h>, update to include <zzip/plugin.h>
#else
#error   do no not use <zzip-io.h>, update to include <zzip/plugin.h>
#endif
#endif
#include "zzip/plugin.h"