pdf_util.h

changeset 67
7add7411c1c2
parent 62
9bd354b83e16
child 74
12bc5088172e
     1.1 diff -r 6e0551b59dba -r 7add7411c1c2 pdf_util.h
     1.2 --- a/pdf_util.h	Fri Feb 21 09:25:47 2003 +0000
     1.3 +++ b/pdf_util.h	Fri Feb 21 10:49:11 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_util.h,v 1.2 2003/02/20 04:44:17 eric Exp $
     1.9 + * $Id: pdf_util.h,v 1.3 2003/02/21 02:49:11 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 @@ -26,7 +26,7 @@
    1.14  
    1.15  void pdf_fatal (char *fmt, ...);
    1.16  
    1.17 -void *pdf_calloc (long int size);
    1.18 +void *pdf_calloc (size_t nmemb, size_t size);
    1.19  
    1.20  char *pdf_strdup (char *s);
    1.21