aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index 8d2c09cf..3d8c863d 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -49,9 +49,9 @@ namespace QUtil
// Wrap around off_t versions of fseek and ftell if available
QPDF_DLL
- int fseek_off_t(FILE* stream, qpdf_offset_t offset, int whence);
+ int seek(FILE* stream, qpdf_offset_t offset, int whence);
QPDF_DLL
- qpdf_offset_t ftell_off_t(FILE* stream);
+ qpdf_offset_t tell(FILE* stream);
QPDF_DLL
char* copy_string(std::string const&);