openbsd-ports/news/nn/patches/patch-articles_c
2022-03-11 19:48:55 +00:00

14 lines
339 B
Plaintext

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 */