From 3c201431ee26c85b5c7fbcd85856c1df84065d64 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 11 May 2016 15:31:02 +0200 Subject: lib/timeutils: add strxxx_iso() functions Signed-off-by: Karel Zak --- include/strutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/strutils.h') diff --git a/include/strutils.h b/include/strutils.h index 9f4339f41..f303450f5 100644 --- a/include/strutils.h +++ b/include/strutils.h @@ -212,6 +212,8 @@ static inline size_t ltrim_whitespace(unsigned char *str) extern char *strnappend(const char *s, const char *suffix, size_t b); extern char *strappend(const char *s, const char *suffix); +extern char *strfappend(const char *s, const char *format, ...) + __attribute__ ((__format__ (__printf__, 2, 0))); extern const char *split(const char **state, size_t *l, const char *separator, int quoted); extern int skip_fline(FILE *fp); -- cgit v1.2.3-55-g7522