aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index cd2feab67..ed0355fce 100644
--- a/common/util.h
+++ b/common/util.h
@@ -319,6 +319,8 @@ char *xasprintf (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2);
/* This is now an alias to estream_asprintf. */
char *xtryasprintf (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2);
+void *xtryreallocarray (void *a, size_t oldnmemb, size_t nmemb, size_t size);
+
/* Replacement for gcry_cipher_algo_name. */
const char *gnupg_cipher_algo_name (int algo);