/usr/include/libzia/zia.h is in libzia-dev 4.06-2+b1.
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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | /*
zia.h - interface for all header files
Copyright (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
*/
#ifndef __ZIA_H
#define __ZIA_H
#include <libziaint.h>
#include <eprintf.h>
#include <regex_.h>
#include <zglib.h>
#include <zasyncdns.h>
#include <zbinbuf.h>
#include <zcall.h>
#include <zclip.h>
#include <zdebug.h>
#include <zdir.h>
#include <zdump.h>
#include <zerror.h>
#include <zfence.h>
#include <zfhs.h>
#include <zfile.h>
#include <zfiledlg.h>
#include <zgetopt.h>
#include <zghash.h>
#include <zgptrarray.h>
#include <zhash.h>
#include <zhdkeyb.h>
#include <zifaces.h>
#include <zloc.h>
#include <zlist.h>
#include <zmsgbox.h>
#include <zpath.h>
#include <zpng.h>
#include <zptrarray.h>
#include <zsdl.h>
#include <zselect.h>
#include <zserial.h>
#include <zsock.h>
#include <zstr.h>
#include <zsun.h>
#include <zthread.h>
#include <ztime.h>
#endif
|