blob: 20cbc09ca0a42f04ddbbad7bfe9a172f60c3732d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/retina.h.orig 2005-10-24 11:48:52 UTC
+++ src/retina.h
@@ -25,7 +25,7 @@ typedef struct structreti
struct structbpann *bpann; /* The neural network */
} retistruct;
-retistruct *theretina;
+EXTERN retistruct *theretina;
/*------------------------------- functions ---------------------------------*/
|