From 14a7b25c690e4479cc75da6ca319c5e54fc19571 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 15 Aug 2008 10:24:52 +0000 Subject: Allow nsgtk to be built *with* PDF support. Whoops. svn path=/trunk/netsurf/; revision=5122 --- gtk/gtk_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index 6991de2e9..5c346f1d3 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -628,7 +628,7 @@ bool cookies_update(const char *domain, const struct cookie_data *data) return true; } -#ifdef WITH_PDF +#ifdef WITH_PDF_EXPORT void PDF_Password(char **owner_pass, char **user_pass, char *path) { -- cgit v1.2.3