summaryrefslogtreecommitdiff
blob: 4a0f89ab01008a1259c5e3300ef7701df0b01948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- tools/config2header.orig	2006-01-30 09:30:16.000000000 -0800
+++ tools/config2header	2006-01-30 09:31:05.000000000 -0800
@@ -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
     ;