From 0357cc55904fda095727bb30f07b68dbf3439f8e Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 10 Feb 2024 06:55:23 +0000 Subject: xpdf 4.05 git-svn-id: svn://tug.org/texlive/trunk@69765 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/xpdf/xpdf-src/goo/GList.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Build/source/libs/xpdf/xpdf-src/goo/GList.h') diff --git a/Build/source/libs/xpdf/xpdf-src/goo/GList.h b/Build/source/libs/xpdf/xpdf-src/goo/GList.h index 005043726a5..ee12346c5cf 100644 --- a/Build/source/libs/xpdf/xpdf-src/goo/GList.h +++ b/Build/source/libs/xpdf/xpdf-src/goo/GList.h @@ -11,10 +11,6 @@ #include -#ifdef USE_GCC_PRAGMAS -#pragma interface -#endif - #include "gtypes.h" //------------------------------------------------------------------------ @@ -70,6 +66,9 @@ public: // be double-dereferenced. void sort(int (*cmp)(const void *ptr1, const void *ptr2)); + // Sort items starting at . + void sort(int first, int n, int (*cmp)(const void *ptr1, const void *ptr2)); + // Reverse the list. void reverse(); -- cgit v1.2.3