Blob Blame History Raw
--- cyrus-imapd-2.2.10/tools/config2header.orig	2005-03-04 17:18:04.519026273 -0500
+++ cyrus-imapd-2.2.10/tools/config2header	2005-03-04 17:19:45.234962450 -0500
@@ -214,7 +214,6 @@
 print HFILE <<EOF
   IMAPOPT_LAST
 };
-extern struct imapopt_s imapopts[];
 
 enum enum_value {
   IMAP_ENUM_ZERO = 0,
@@ -260,6 +259,7 @@
 
 print HFILE <<EOF
 };
+extern struct imapopt_s imapopts[];
 #endif /* INCLUDED_IMAPOPTIONS_H */
 EOF
     ;