X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-text-page.h;h=5d2134cf47536bfb87d56099c09c881fe93732c7;hb=16cc05ec4f7663103e45a52ac06d292e6b75a8c0;hp=db5332656ae68ce2f21daf8647ebaca11effff01;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-text-page.h b/backend/djvu/djvu-text-page.h index db533265..5d2134cf 100644 --- a/backend/djvu/djvu-text-page.h +++ b/backend/djvu/djvu-text-page.h @@ -23,8 +23,8 @@ #include #include +#include -#include typedef struct _DjvuTextPage DjvuTextPage; typedef struct _DjvuTextLink DjvuTextLink; @@ -51,8 +51,8 @@ char * djvu_text_page_copy (DjvuTextPage *page, void djvu_text_page_prepare_search (DjvuTextPage *page, gboolean case_sensitive); void djvu_text_page_search (DjvuTextPage *page, - char *text); -DjvuTextPage* djvu_text_page_new (miniexp_t text); + const char *text); +DjvuTextPage* djvu_text_page_new (miniexp_t text); void djvu_text_page_free (DjvuTextPage *page); #endif /* __DJVU_TEXT_PAGE_H__ */