summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/utils/avlstuff.h
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2010-04-04 13:55:46 +0000
committerTaco Hoekwater <taco@elvenkind.com>2010-04-04 13:55:46 +0000
commitf372862c42d234710b6057449b46818e63181c90 (patch)
treea9ebec66dd31ac37aed442502ebd1b9fe76245ec /Build/source/texk/web2c/luatexdir/utils/avlstuff.h
parent2dad291ab056f30816e0aea61970f38033c2f6a5 (diff)
import luatex 0.60.0 (with small local changes, see luatexdir/ChangeLog)
and do an autoreconf git-svn-id: svn://tug.org/texlive/trunk@17680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/avlstuff.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/avlstuff.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/avlstuff.h b/Build/source/texk/web2c/luatexdir/utils/avlstuff.h
index a7b565c5152..2b694c05efa 100644
--- a/Build/source/texk/web2c/luatexdir/utils/avlstuff.h
+++ b/Build/source/texk/web2c/luatexdir/utils/avlstuff.h
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: avlstuff.h 2328 2009-04-18 12:50:26Z hhenkel $ */
+/* $Id: avlstuff.h 2684 2009-06-29 13:01:53Z taco $ */
#ifndef AVLSTUFF_H
# define AVLSTUFF_H
@@ -29,8 +29,5 @@ extern struct libavl_allocator avl_xallocator;
int comp_int_entry(const void *, const void *, void *);
int comp_string_entry(const void *, const void *, void *);
-integer avl_find_obj(integer, integer, integer);
-void avl_put_obj(integer, integer);
-void PdfObjTree_free(void);
#endif /* AVLSTUFF_H */