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=6e16f25985c38b4ea631a17933d79c81ebeef57b;hb=e769474337c9a6ffdaed2327056e8de2f7ca9ee4;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..6e16f259 100644 --- a/backend/djvu/djvu-text-page.h +++ b/backend/djvu/djvu-text-page.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __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__ */