~ubuntu-branches/ubuntu/natty/luatex/natty

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/luascripts/pdflua.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2010-12-13 23:22:59 UTC
  • mfrom: (0.2.1) (1.5.4) (4.3.12 experimental)
  • Revision ID: package-import@ubuntu.com-20101213232259-nqq2mq5z5x6qldw3
Tags: 0.65.0-1
* new upstream release
* ship two source packages as they are distributed by upstream, only
  renamed to match source package requirements. Fix debian/rules
  to install the manual pdf from the right place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* pdflua.h
 
2
 
 
3
   Copyright 2010 Taco Hoekwater <taco@luatex.org>
 
4
   Copyright 2010 Hartmut Henkel <hartmut@luatex.org>
 
5
 
 
6
   This file is part of LuaTeX.
 
7
 
 
8
   LuaTeX is free software; you can redistribute it and/or modify it under
 
9
   the terms of the GNU General Public License as published by the Free
 
10
   Software Foundation; either version 2 of the License, or (at your
 
11
   option) any later version.
 
12
 
 
13
   LuaTeX is distributed in the hope that it will be useful, but WITHOUT
 
14
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
15
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 
16
   License for more details.
 
17
 
 
18
   You should have received a copy of the GNU General Public License along
 
19
   with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
 
20
 
 
21
/* $Id: pdflua.h 3937 2010-11-01 21:58:54Z hhenkel $ */
 
22
 
 
23
#ifndef PDFLUA_H
 
24
#  define PDFLUA_H
 
25
 
 
26
typedef struct _zlib_struct {
 
27
    uLong uncomprLen;
 
28
    uLong comprLen;
 
29
    const Byte *compr;
 
30
} zlib_struct;
 
31
 
 
32
extern const zlib_struct *pdflua_zlib_struct_ptr;
 
33
 
 
34
#endif                          /* PDFLUA_H */