summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/sieve-plugins.h
blob: 996af41ce5dfb0014ec5a3d3a620154006b6ff48 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SIEVE_PLUGINS_H
#define SIEVE_PLUGINS_H

#include "sieve-common.h"

void sieve_plugins_load(struct sieve_instance *svinst, const char *path, const char *plugins);
void sieve_plugins_unload(struct sieve_instance *svinst);

#endif