summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/pdf/crypt.h')
-rw-r--r--include/mupdf/pdf/crypt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/mupdf/pdf/crypt.h b/include/mupdf/pdf/crypt.h
index 00f36322..18260dbb 100644
--- a/include/mupdf/pdf/crypt.h
+++ b/include/mupdf/pdf/crypt.h
@@ -19,9 +19,7 @@ char *pdf_crypt_method(fz_context *ctx, pdf_document *doc);
int pdf_crypt_length(fz_context *ctx, pdf_document *doc);
unsigned char *pdf_crypt_key(fz_context *ctx, pdf_document *doc);
-#ifndef NDEBUG
-void pdf_print_crypt(fz_context *ctx, pdf_crypt *crypt);
-#endif
+void pdf_print_crypt(fz_context *ctx, fz_output *out, pdf_crypt *crypt);
typedef struct pdf_designated_name_s
{