X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-text.h;h=b7371dfee0ba6826ba80f14d59c9a905965b1999;hb=60b8f6615b70c2f828c66641e01585ac791d5dc8;hp=0f99643a67a62de2f702ac4f0b4efeb0fc890666;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-text.h b/backend/djvu/djvu-text.h index 0f99643a..b7371dfe 100644 --- a/backend/djvu/djvu-text.h +++ b/backend/djvu/djvu-text.h @@ -22,8 +22,6 @@ #include "ev-document.h" #include -#include -#include typedef struct _DjvuText DjvuText; @@ -31,6 +29,7 @@ DjvuText *djvu_text_new (DjvuDocument *djvu_document, int start_page, gboolean case_sensitive, const char *text); +void djvu_text_free (DjvuText *djvu_text); const char *djvu_text_get_text (DjvuText *djvu_text); int djvu_text_n_results (DjvuText *djvu_text, int page);