From: Richard W.M. Jones Date: Wed, 3 Nov 2010 15:48:04 +0000 (+0000) Subject: Define internal safe_calloc shorthand. X-Git-Tag: 1.7.1~17 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=6b8d05438cc0309f762fabf2f3cc7ae4bf5521c1 Define internal safe_calloc shorthand. --- diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index ee04948..ffd8cf1 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -223,6 +223,7 @@ extern void guestfs___print_BufferIn (FILE *out, const char *buf, size_t buf_siz #define error guestfs_error #define perrorf guestfs_perrorf +#define safe_calloc guestfs_safe_calloc #define safe_malloc guestfs_safe_malloc #define safe_realloc guestfs_safe_realloc #define safe_strdup guestfs_safe_strdup