Nebula
Loading...
Searching...
No Matches
ionebula3.h
Go to the documentation of this file.
1#pragma once
2/* ionebula3.h -- IO base function header for compress/uncompress .zip
3 files using zlib + zip or unzip API
4 This IO API version uses the Nebula3 file API.
5
6 @copyright
7 (C) 2007 Radon Labs GmbH
8 (C) 2020 Individual contributors, see AUTHORS file
9*/
10
11#include "minizip/ioapi.h"
12
13void fill_nebula3_filefunc(zlib_filefunc64_def* pzlib_filefunc_def);
void fill_nebula3_filefunc(zlib_filefunc64_def *pzlib_filefunc_def)
Definition ionebula3.cc:132