X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2Fdjvu%2Fdjvu-text-page.h;h=6e16f25985c38b4ea631a17933d79c81ebeef57b;hb=1e63533e4d2fe74b17883a51f984ecacb9138231;hp=61325af750c020c33dbb9536e7a5baccd8b709c3;hpb=73dca3f3fdd7cca8a32974b989c5243bd23f7791;p=evince.git diff --git a/backend/djvu/djvu-text-page.h b/backend/djvu/djvu-text-page.h index 61325af7..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,6 +23,7 @@ #include #include +#include typedef struct _DjvuTextPage DjvuTextPage; @@ -50,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__ */