summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2020-01-22 19:58:35 +0000
committerokan <okan>2020-01-22 19:58:35 +0000
commit83de84b7f822a2211d81d9bb11d4a3e41588c364 (patch)
treef714a660d5dc322406ddbb0655f6208c56f3cf8e /calmwm.h
parent2fc191f978225291055477f42d2b59afd62b5c75 (diff)
downloadcwm-83de84b7f822a2211d81d9bb11d4a3e41588c364.tar.gz
cwm-83de84b7f822a2211d81d9bb11d4a3e41588c364.tar.xz
cwm-83de84b7f822a2211d81d9bb11d4a3e41588c364.zip
add, then use, xvasprintf, checking for appropriate return.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 00f42be..ac4cd3b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -598,5 +598,7 @@ char			*xstrdup(const char *);
 int			 xasprintf(char **, const char *, ...)
 			    __attribute__((__format__ (printf, 2, 3)))
 			    __attribute__((__nonnull__ (2)));
+int			 xvasprintf(char **, const char *, va_list)
+			    __attribute__((__nonnull__ (2)));
 
 #endif /* _CALMWM_H_ */