pdf_private.h

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