summaryrefslogtreecommitdiffstats
path: root/src/plugins/zlib/zlib-plugin.h
blob: 98f520d9b789d370cbe2894d0983a5d2b8e4df4e (plain)
1
2
3
4
5
6
7
#ifndef ZLIB_PLUGIN_H
#define ZLIB_PLUGIN_H

void zlib_plugin_init(struct module *module);
void zlib_plugin_deinit(void);

#endif