diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-26 22:28:44 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-04-26 22:28:44 +0200 |
commit | bc72bc1e2a783a15dd604f2f7df11ba3ebabb489 (patch) | |
tree | 06749a03ad7dfe737934de790b2e1e9dd4b13dd3 | |
parent | c3a343290773d6e22a08946cb2ef80b1b8fe8a06 (diff) | |
download | dovecot-antispam-bc72bc1e2a783a15dd604f2f7df11ba3ebabb489.tar.gz dovecot-antispam-bc72bc1e2a783a15dd604f2f7df11ba3ebabb489.tar.xz dovecot-antispam-bc72bc1e2a783a15dd604f2f7df11ba3ebabb489.zip |
make move_to_class static
Diffstat (limited to '')
-rw-r--r-- | antispam-storage-1.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/antispam-storage-1.0.c b/antispam-storage-1.0.c index 79dcdf2..0ca4e3c 100644 --- a/antispam-storage-1.0.c +++ b/antispam-storage-1.0.c @@ -33,7 +33,7 @@ enum mailbox_move_type { MMT_TO_SPAM, }; -enum classification move_to_class(enum mailbox_move_type tp) +static enum classification move_to_class(enum mailbox_move_type tp) { switch (tp) { case MMT_TO_CLEAN: |