$OpenBSD: patch-webalizer_h,v 1.1 2021/02/02 12:09:49 sthen Exp $

Index: webalizer.h
--- webalizer.h.orig
+++ webalizer.h
@@ -144,11 +144,11 @@ struct response_code {     char    *desc;         /* c
 /* Response URL structure */
 struct response_url { char respurl[MAXURLH];       /* resp url struct       */
 			u_long    count; };
-struct response_url * respnotfound;
+extern struct response_url * respnotfound;
 struct responsetmp_url { char respurl[MAXURLH];    /* temp resp url struct  */
 			u_long    count; };
-struct responsetmp_url * respnotfoundtmp;
-u_long resp_counter;                               /* total 404 counter     */
+extern struct responsetmp_url * respnotfoundtmp;
+extern u_long resp_counter;                               /* total 404 counter     */
 
 /* Country code structure */
 struct	country_code {u_int64_t idx;              /* TLD index number     */
