1.1 diff -r 5916a95e2b92 -r 385a2f77a5d8 pdf_prim.h 1.2 --- a/pdf_prim.h Wed Mar 12 07:38:57 2003 +0000 1.3 +++ b/pdf_prim.h Wed Mar 12 07:43:56 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * PDF routines 1.8 - * $Id: pdf_prim.h,v 1.7 2003/03/10 01:49:50 eric Exp $ 1.9 + * $Id: pdf_prim.h,v 1.8 2003/03/11 23:43:56 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -137,3 +137,7 @@ 1.14 1.15 /* Write the cross reference table, and return the maximum object number */ 1.16 unsigned long pdf_write_xref (pdf_file_handle pdf_file); 1.17 + 1.18 + 1.19 +/* this isn't really a PDF primitive data type */ 1.20 +char pdf_new_XObject (pdf_page_handle pdf_page, struct pdf_obj *ind_ref);