a5722899ca
NEW IN VERSION 3.5.18 --------------------- - Renamed djview as djview3. - Various enhancement of DDJVUAPI. - Partial support for page titles instead of page numbers. - Clarification of metadata information. - Fixed djvumake mask separation feature. - Complain when given a so-called "secure" djvu file. - Fixed handling of urls with cgi arguments - Fixed bug related to caching and ddjvuapi - Reorganized ${datadir}/djvu - Provide scripts in ${datadir}/djvu/*/desktop to register the djvu mime types and the djview menu entries.
15 lines
385 B
Text
15 lines
385 B
Text
$NetBSD: patch-ab,v 1.2 2007/02/05 23:41:50 wiz Exp $
|
|
|
|
--- libdjvu/miniexp.h.orig 2006-05-12 16:23:36.000000000 +0000
|
|
+++ libdjvu/miniexp.h
|
|
@@ -46,7 +46,9 @@ extern "C" {
|
|
information */
|
|
|
|
|
|
-typedef struct miniexp_s* miniexp_t;
|
|
+#ifndef DDJVUAPI /* avoid double declaration */
|
|
+typedef struct miniexp_s* miniexp_t;
|
|
+#endif
|
|
|
|
|
|
/* There are four basic types of lisp expressions,
|