12#ifndef LOADERS_GP_ZIP_H
13#define LOADERS_GP_ZIP_H
15#include <loaders/gp_container.h>
17extern const gp_container_ops gp_zip_ops;
19gp_container *gp_open_zip(
const char *path);
25gp_container *gp_init_zip(gp_io *io);
27int gp_match_zip(
const void *buf);