1.1 diff -r 4830f4d7ba7a -r e63762afae80 pdf_prim.h 1.2 --- a/pdf_prim.h Sat Mar 08 10:02:13 2003 +0000 1.3 +++ b/pdf_prim.h Mon Mar 10 09:49:50 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.6 2003/03/07 03:02:31 eric Exp $ 1.9 + * $Id: pdf_prim.h,v 1.7 2003/03/10 01:49:50 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 @@ -99,15 +99,8 @@ 1.14 pdf_stream_write_callback callback, 1.15 void *app_data); 1.16 1.17 -/* The callback should call pdf_stream_write_bits(), pdf_stream_write_data(), 1.18 - or pdf_stream_printf() to write the actual stream data. If 1.19 - pdf_stream_write_bits() is used, pdf_stream_flush_bits() should be 1.20 - called after all the bits are written. */ 1.21 - 1.22 -void pdf_stream_write_bits (pdf_file_handle pdf_file, 1.23 - struct pdf_obj *stream, 1.24 - uint32_t count, 1.25 - uint32_t bits); 1.26 +/* The callback should call pdf_stream_write_data() or pdf_stream_printf() 1.27 + to write the actual stream data. */ 1.28 1.29 void pdf_stream_flush_bits (pdf_file_handle pdf_file, 1.30 struct pdf_obj *stream);