blob: 7dfc10d005fd92f023b9fabbdbd899f28233b603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _EPDF_H_
#define _EPDF_H_
#include <stdio.h>
#include "pdfspecial.h"
#include "pdfobj.h"
extern pdf_obj *pdf_include_page (FILE *file, struct xform_info *p,
char *res_name);
#endif /* _EPDF_H_ */
|