]> www.fi.muni.cz Git - evince.git/blobdiff - backend/djvu/djvu-text-page.h
Added UG translation
[evince.git] / backend / djvu / djvu-text-page.h
index 61325af750c020c33dbb9536e7a5baccd8b709c3..6e16f25985c38b4ea631a17933d79c81ebeef57b 100644 (file)
@@ -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 <string.h>
 #include <glib.h>
+#include <libdjvu/miniexp.h>
 
 
 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__ */