ext-regex-common.h   [plain text]


/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file
 */

#ifndef __EXT_REGEX_COMMON_H
#define __EXT_REGEX_COMMON_H

/*
 * Extension
 */

extern const struct sieve_extension_def regex_extension;

/*
 * Operand
 */

extern const struct sieve_operand_def regex_match_type_operand;

/*
 * Match type
 */

extern const struct sieve_match_type_def regex_match_type;

#endif /* __EXT_REGEX_COMMON_H */