summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/strfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/strfd.h')
-rw-r--r--libglusterfs/src/strfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/strfd.h b/libglusterfs/src/strfd.h
index e386c8432e4..a9e6eaa87bc 100644
--- a/libglusterfs/src/strfd.h
+++ b/libglusterfs/src/strfd.h
@@ -23,6 +23,8 @@ strfd_t *strfd_open();
int strprintf(strfd_t *strfd, const char *fmt, ...)
__attribute__ ((__format__ (__printf__, 2, 3)));
+int strvprintf(strfd_t *strfd, const char *fmt, va_list ap);
+
int strfd_close(strfd_t *strfd);
#endif