pkgsrc/www/htdig/patches/patch-aa
wiz 8f48e9d890 Update htdig using htdig-devel. Update packages using it
and bump their PKGREVISIONs. Remove htdig-devel.
2011-12-05 10:18:16 +00:00

16 lines
443 B
Text

$NetBSD: patch-aa,v 1.4 2011/12/05 10:18:17 wiz Exp $
--- htsearch/Collection.h.orig 2006-06-14 21:30:31.000000000 +0200
+++ htsearch/Collection.h
@@ -36,9 +36,9 @@ public:
const char *docExcerpt);
~Collection();
- void Collection::Open();
+ void Open();
- void Collection::Close();
+ void Close();
char *getWordFile() { return wordFile.get(); }
DocumentRef *getDocumentRef(int id);