~ubuntu-branches/debian/sid/foomatic-filters/sid

« back to all changes in this revision

Viewing changes to pdf.h

  • Committer: Package Import Robot
  • Author(s): Jörg Frings-Fürst
  • Date: 2014-05-29 10:14:37 UTC
  • Revision ID: package-import@ubuntu.com-20140529101437-en63r6yumezgtz57
Tags: 4.0.17-4
* pdf.h
  - decl. of print_pdf 
    change startpos from int to size_t ( Closes: #749637 )
* new debian/source/option
  - compression to xz and level to 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef pdf_h
25
25
#define pdf_h
26
26
 
27
 
int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos);
 
27
int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, size_t startpos);
28
28
 
29
29
#endif
30
30