summaryrefslogtreecommitdiff
path: root/misc/window/files/patch-xx.h
blob: 164a74025bc894c88769e436f2a79b1d7e8981ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- xx.h.orig	2008-07-12 06:05:22 UTC
+++ xx.h
@@ -50,10 +50,10 @@ struct xx {
 
 struct xx *xxalloc();
 
-struct xx *xx_head, *xx_tail;
-struct xx *xx_freelist;
+extern struct xx *xx_head, *xx_tail;
+extern struct xx *xx_freelist;
 
-char *xxbuf, *xxbufp, *xxbufe;
-int xxbufsize;
+extern char *xxbuf, *xxbufp, *xxbufe;
+extern int xxbufsize;
 
 #define char_sep '\0'