$OpenBSD: patch-articles_c,v 1.1 2021/02/06 17:27:38 naddy Exp $

Index: articles.c
--- articles.c.orig
+++ articles.c
@@ -23,6 +23,9 @@
 
 static void     new_thunk(thunk * t, char *ptr, long size);
 
+article_number  n_articles;
+article_header **articles;
+
 #ifdef ART_GREP
 static int      grep_article(group_header * gh, article_header * ah, char *pattern, int (*fcn) ());
 #endif				/* ART_GREP */
