/usr/include/dovecot/sieve/sieve-plugins.h is in dovecot-dev 1:2.2.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file
*/
#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 /* __SIEVE_PLUGINS_H */
|