/usr/include/libzia/libzia.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 56 57 58 59 60 | /*
libzia.h - header file for application
Copyright (C) 2013 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 __LIBZIA_H
#define __LIBZIA_H
#include <eprintf.h>
#include <zandroid.h>
#include <zasyncdns.h>
#include <zbat.h>
#include <zbfd.h>
#include <zbinbuf.h>
#include <zcall.h>
#include <zchart.h>
#include <zclip.h>
#include <zdebug.h>
#include <zdir.h>
#include <zdump.h>
#include <zerror.h>
#include <zfence.h>
#include <zfhs.h>
#include <zfiledlg.h>
#include <zfile.h>
#include <zftdi.h>
#include <zgetopt.h>
#include <zghash.h>
#include <zglib.h>
#include <zgptrarray.h>
#include <zhash.h>
#include <zhdkeyb.h>
#include <zhttp.h>
#include <zia.h>
#include <zifaces.h>
#include <zjson.h>
#include <zlist.h>
#include <zloc.h>
#include <zmd5.h>
#include <zmisc.h>
#include <zmsgbox.h>
#include <zpath.h>
#include <zpng.h>
#include <zptrarray.h>
#include <zrc.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>
#include <zver.h>
#endif
|