From 33d248f695fce47a54e129f592b44f8f4fc7ebd9 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 21 Aug 2009 16:30:49 +0200 Subject: [PATCH] Enotify: removed spurious extern declaration of notify_extension. --- src/lib-sieve/plugins/enotify/ext-enotify-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib-sieve/plugins/enotify/ext-enotify-common.h b/src/lib-sieve/plugins/enotify/ext-enotify-common.h index 0da2e5eac..b4e6e3984 100644 --- a/src/lib-sieve/plugins/enotify/ext-enotify-common.h +++ b/src/lib-sieve/plugins/enotify/ext-enotify-common.h @@ -13,7 +13,6 @@ */ extern const struct sieve_extension enotify_extension; -extern const struct sieve_extension notify_extension; extern const struct sieve_extension_capabilities notify_capabilities; /* -- GitLab