summaryrefslogtreecommitdiffstats
path: root/src/plugins/quota-clone/quota-clone-plugin.h
blob: 9ae1d8fc32025eec94b4c9b7bea30dc0bd28a7a8 (plain)
1
2
3
4
5
6
7
#ifndef QUOTA_CLONE_PLUGIN_H
#define QUOTA_CLONE_PLUGIN_H

void quota_clone_plugin_init(struct module *module);
void quota_clone_plugin_deinit(void);

#endif