1.1 diff -r 385a2f77a5d8 -r f6c042f4dadb pdf_g4.c 1.2 --- a/pdf_g4.c Wed Mar 12 07:43:56 2003 +0000 1.3 +++ b/pdf_g4.c Wed Mar 12 07:53:55 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_g4.c,v 1.11 2003/03/11 23:43:56 eric Exp $ 1.9 + * $Id: pdf_g4.c,v 1.12 2003/03/11 23:53:55 eric Exp $ 1.10 * Copyright 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -52,9 +52,9 @@ 1.14 }; 1.15 1.16 1.17 -void pdf_write_g4_content_callback (pdf_file_handle pdf_file, 1.18 - struct pdf_obj *stream, 1.19 - void *app_data) 1.20 +static void pdf_write_g4_content_callback (pdf_file_handle pdf_file, 1.21 + struct pdf_obj *stream, 1.22 + void *app_data) 1.23 { 1.24 struct pdf_g4_image *image = app_data; 1.25 1.26 @@ -71,9 +71,9 @@ 1.27 } 1.28 1.29 1.30 -void pdf_write_g4_fax_image_callback (pdf_file_handle pdf_file, 1.31 - struct pdf_obj *stream, 1.32 - void *app_data) 1.33 +static void pdf_write_g4_fax_image_callback (pdf_file_handle pdf_file, 1.34 + struct pdf_obj *stream, 1.35 + void *app_data) 1.36 { 1.37 struct pdf_g4_image *image = app_data; 1.38