summaryrefslogtreecommitdiff
path: root/public/fpdf_doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_doc.h')
-rw-r--r--public/fpdf_doc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h
index 7ec232c45e..b0a1f3b492 100644
--- a/public/fpdf_doc.h
+++ b/public/fpdf_doc.h
@@ -196,8 +196,8 @@ FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest);
// dest - handle to the destination.
//
// Returns the -based page index containing |dest|. Returns -1 on error.
-FPDF_EXPORT long FPDF_CALLCONV FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document,
- FPDF_DEST dest);
+FPDF_EXPORT int FPDF_CALLCONV FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document,
+ FPDF_DEST dest);
// Get the view (fit type) specified by |dest|.
// Experimental API. Subject to change.