summaryrefslogtreecommitdiff
path: root/pdf.h
blob: da98eb9acad82fd2519d0ec2f3f356e86d7327aa (plain)
1
2
3
4
5
6
7
8

#ifndef pdf_h
#define pdf_h

int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos);

#endif