aboutsummaryrefslogtreecommitdiff
path: root/astro/sextractor/files/patch-src_prefs.h
blob: e6c29c503414cc56da1e9e248a3a9f157cac33ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/prefs.h.orig	2006-07-13 17:11:09 UTC
+++ src/prefs.h
@@ -206,7 +206,7 @@ typedef struct
   int		nthreads;			/* Number of active threads */
   }	prefstruct;
 
-  prefstruct		prefs;
+EXTERN prefstruct	prefs;
 
 /*-------------------------------- protos -----------------------------------*/
 extern int	cistrcmp(char *cs, char *ct, int mode);