View | Details | Raw Unified | Return to bug 106745
Collapse All | Expand All

(-)/home/trasz/icb/files/patch-icb::icb.h (+34 lines)
Line 0 Link Here
1
--- icb/icb.h.orig	Fri Dec 15 01:33:57 2006
2
+++ icb/icb.h	Fri Dec 15 01:34:21 2006
3
@@ -129,15 +129,6 @@
4
 #endif
5
 
6
 
7
-/* include function prototypes if ANSI compiler */
8
-/* otherwise, include file that shows return type for each function */
9
-
10
-#if defined __STDC__ || defined __GNUC__
11
-#include "protos.h"
12
-#else
13
-#include "funcs.h"
14
-#endif
15
-
16
 #define MAX_HOSTLEN 256
17
 #define MAX_PASSLEN 256
18
 
19
@@ -182,6 +173,15 @@
20
        ColPERSFROMHILITE,
21
        ColTIMESTAMP
22
 } colorlist;
23
+
24
+/* include function prototypes if ANSI compiler */
25
+/* otherwise, include file that shows return type for each function */
26
+
27
+#if defined __STDC__ || defined __GNUC__
28
+#include "protos.h"
29
+#else
30
+#include "funcs.h"
31
+#endif
32
 
33
 
34
 /* Returns an ANSI color sequence for 'primary', or for

Return to bug 106745