1.1 diff -r d47b66e1722f -r 4b8c80d77f76 pdf_private.h 1.2 --- a/pdf_private.h Fri Mar 14 07:08:52 2003 +0000 1.3 +++ b/pdf_private.h Fri Mar 14 08:24:37 2003 +0000 1.4 @@ -2,7 +2,7 @@ 1.5 * tumble: build a PDF file from image files 1.6 * 1.7 * PDF routines 1.8 - * $Id: pdf_private.h,v 1.7 2003/03/13 00:57:05 eric Exp $ 1.9 + * $Id: pdf_private.h,v 1.8 2003/03/14 00:24:37 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -54,5 +54,6 @@ 1.14 struct pdf_pages *root; 1.15 struct pdf_bookmark *outline_root; 1.16 struct pdf_obj *trailer_dict; 1.17 + struct pdf_name_tree *page_label_tree; 1.18 struct pdf_name_tree *name_tree_list; 1.19 };