gzextfs/gzextio.h

15 lines
164 B
C
Raw Permalink Normal View History

2017-12-12 00:32:06 +01:00
#ifndef GZEXTIO_H
#define GZEXTIO_H
#ifdef __cplusplus
extern "C" {
#endif
extern const struct_io_manager* gzext_io_manager;
#ifdef __cplusplus
}
#endif
#endif