diff options
Diffstat (limited to 'libglusterfs/src/compat.h')
-rw-r--r-- | libglusterfs/src/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 01683a17456..20db203bf9f 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -261,6 +261,7 @@ enum { int asprintf(char **string_ptr, const char *format, ...); +int vasprintf (char **result, const char *format, va_list args); char* strsep(char** str, const char* delims); int solaris_listxattr(const char *path, char *list, size_t size); int solaris_removexattr(const char *path, const char* key); |