From b20dd164ff2a12342bcfbaffbe3fec41e05fa001 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sat, 29 Apr 2006 10:38:22 +0000 Subject: Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bug * configure.ac: * djvu/Makefile.am: * djvu/djvu-text.h: Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bug 339868. --- (limited to 'djvu/djvu-text.h') diff --git a/djvu/djvu-text.h b/djvu/djvu-text.h index 1ed0d0a..0f99643 100644 --- a/djvu/djvu-text.h +++ b/djvu/djvu-text.h @@ -23,10 +23,7 @@ #include #include - -typedef struct miniexp_s* miniexp_t; -extern const miniexp_t miniexp_nil; -extern const miniexp_t miniexp_dummy; +#include typedef struct _DjvuText DjvuText; -- cgit v0.9.1