1.1 --- a/pdf_util.h Fri Feb 21 09:25:47 2003 +0000 1.2 +++ b/pdf_util.h Fri Feb 21 10:49:11 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_util.h,v 1.2 2003/02/20 04:44:17 eric Exp $ 1.8 + * $Id: pdf_util.h,v 1.3 2003/02/21 02:49:11 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 @@ -26,7 +26,7 @@ 1.13 1.14 void pdf_fatal (char *fmt, ...); 1.15 1.16 -void *pdf_calloc (long int size); 1.17 +void *pdf_calloc (size_t nmemb, size_t size); 1.18 1.19 char *pdf_strdup (char *s); 1.20