#ifndef __ZZIP_INTERNAL_DEBUG_H
#define __ZZIP_INTERNAL_DEBUG_H
+
#include <zzip/conf.h>
#include <zzip/__hints.h>
-#ifndef __ZZIP__FNMATCH_H
-#define __ZZIP__FNMATCH_H
+#ifndef __ZZIP_INTERNAL_FNMATCH_H
+#define __ZZIP_INTERNAL_FNMATCH_H
/** included by fseeko.c, mmapped.c, memdisk.c */
#include <zzip/conf.h>
/*
+ * NOTE: this is part of libzzipfseeko (i.e. it is not libzzip).
+ *
* These routines are fully independent from the traditional zzip
* implementation. They assume a readonly seekable stdio handle
* representing a complete zip file. The functions show how to
#ifndef _ZZIP_FSEEKO_H_
#define _ZZIP_FSEEKO_H_
/*
+ * NOTE: this is part of libzzipfseeko (i.e. it is not libzzip).
+ *
* simplified zip disk access using fseeko on a stdio FILE handle
*
* Author:
/*
+ * NOTE: this is part of libzzipmmapped (i.e. it is not libzzip).
+ *
* The mem_disk cache will parse the central information of a zip archive
* and store it internally. One the one hand it allows to find files
* faster - no disk access is required and endian conversion is not
#ifndef __ZZIP_MEMDISK_H
#define __ZZIP_MEMDISK_H
+/* NOTE: this is part of libzzipmmapped (i.e. it is not libzzip). */
+
#include <zzip/types.h>
#include <zzip/mmapped.h>
/*
+ * NOTE: this is part of libzzipmmapped (i.e. it is not libzzip).
+ *
* These routines are fully independent from the traditional zzip
* implementation. They assume a readonly mmapped sharedmem block
* representing a complete zip file. The functions show how to
#ifndef _ZZIP_MMAPPED_H_
#define _ZZIP_MMAPPED_H_
/*
+ * NOTE: this is part of libzzipmmapped (i.e. it is not libzzip).
+ *
* simplified zip disk access using a mmapping of the whole archive.
*
* Author: