Search
j0ke.net Open Build Service
>
Projects
>
server:search
>
htdig
> htsearch-gcc41.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File htsearch-gcc41.patch of Package htdig (Revision 3)
Currently displaying revision
3
,
show latest
--- htsearch/Collection.h +++ htsearch/Collection.h @@ -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);