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

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/image/writejpg.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-12-25 09:47:05 UTC
  • mfrom: (1.1.9 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091225094705-y33rpflo8t4u9nag
Tags: 0.50.0-1
* new upstream release
* disable fix-hurd-ftbfs patch, included upstream
* disable upstram-fixes, included upstream
* disable ubuntu_libpoppler-0.11, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   You should have received a copy of the GNU General Public License along
19
19
   with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
20
20
 
21
 
/* $Id: writejpg.h 2327 2009-04-18 12:47:21Z hhenkel $ */
 
21
/* $Id: writejpg.h 2653 2009-06-27 14:30:05Z taco $ */
22
22
 
23
23
#ifndef WRITEJPG_H
24
24
#  define WRITEJPG_H
25
25
 
26
26
#  include "image.h"
27
27
 
28
 
void read_jpg_info(image_dict *, img_readtype_e);
29
 
void write_jpg(image_dict *);
 
28
void read_jpg_info(PDF, image_dict *, img_readtype_e);
 
29
void write_jpg(PDF, image_dict *);
30
30
 
31
31
#endif                          /* WRITEJPG_H */