gzextfs/gzextio.h

15 lines
164 B
C

#ifndef GZEXTIO_H
#define GZEXTIO_H
#ifdef __cplusplus
extern "C" {
#endif
extern const struct_io_manager* gzext_io_manager;
#ifdef __cplusplus
}
#endif
#endif