summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/testsuite/testsuite-variables.h
blob: 60f6b18adb88a1a292730b3f1596c7ffa74b46fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TESTSUITE_VARIABLES_H
#define TESTSUITE_VARIABLES_H

extern const struct sieve_operand_def testsuite_namespace_operand;

void testsuite_variables_init
	(const struct sieve_extension *this_ext, struct sieve_validator *valdtr);

#endif