forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
394 B
C
14 lines
394 B
C
--- htsearch/Collection.h.orig Fri May 28 06:15:24 2004
|
|
+++ htsearch/Collection.h Mon Dec 18 00:17:56 2006
|
|
@@ -36,9 +36,9 @@
|
|
const char *docExcerpt);
|
|
~Collection();
|
|
|
|
- void Collection::Open();
|
|
+ void Open();
|
|
|
|
- void Collection::Close();
|
|
+ void Close();
|
|
|
|
char *getWordFile() { return wordFile.get(); }
|
|
DocumentRef *getDocumentRef(int id);
|