summaryrefslogtreecommitdiff
path: root/desktop/save_pdf.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-26 11:02:17 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-26 11:02:17 +0100
commitdd14807c8cdff2f486f5da832490ff958c87ba62 (patch)
tree7504ec8d662e6fcd7e2be2ff466fa2b2b79fd44b /desktop/save_pdf.h
parent7ec49463dafc20f915ce68c789f36458579783c3 (diff)
downloadnetsurf-dd14807c8cdff2f486f5da832490ff958c87ba62.tar.gz
netsurf-dd14807c8cdff2f486f5da832490ff958c87ba62.tar.bz2
improve error returns from pdf save API
Diffstat (limited to 'desktop/save_pdf.h')
-rw-r--r--desktop/save_pdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/save_pdf.h b/desktop/save_pdf.h
index d02c356e8..b90c5a969 100644
--- a/desktop/save_pdf.h
+++ b/desktop/save_pdf.h
@@ -36,6 +36,6 @@ bool pdf_next_page(void);
/**Close pdf document and save changes to file*/
void pdf_end(void);
-void save_pdf(const char *path);
+nserror save_pdf(const char *path);
#endif /*NETSURF_PDF_PLOTTERS_H*/