aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorTimo Schulz <[email protected]>2003-09-28 17:16:03 +0000
committerTimo Schulz <[email protected]>2003-09-28 17:16:03 +0000
commit4b929ff36d0356ee66c3f072151109947a36fef7 (patch)
treed8de849d4a76bfa8586e933cc7d66e91291a8a28 /include/util.h
parent2003-09-28 Timo Schulz <[email protected]> (diff)
downloadgnupg-4b929ff36d0356ee66c3f072151109947a36fef7.tar.gz
gnupg-4b929ff36d0356ee66c3f072151109947a36fef7.zip
2003-09-28 Timo Schulz <[email protected]>
* util.h [WIN32]: Prototype for asprintf. * dynload.h [WIN32]: Define RTLD_LAZY.
Diffstat (limited to '')
-rw-r--r--include/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index b0d8613ce..08ea7a78e 100644
--- a/include/util.h
+++ b/include/util.h
@@ -241,7 +241,8 @@ int write_w32_registry_string(const char *root, const char *dir,
const char *name, const char *value);
/*-- strgutil.c --*/
-int vasprintf ( char **result, const char *format, va_list args);
+int vasprintf (char **result, const char *format, va_list args);
+int asprintf (char **buf, const char *fmt, ...);
#endif
/**** other missing stuff ****/