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