X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstrftime.h;h=485dbdd933148948d389aa7cd8892c99b19290e8;hb=c3c9e029ac5763156769afdbb3c6846316c70dd5;hp=c9d45e3ba875166a3c342725c9490585e1469884;hpb=5fc7ff89bdbced9c593c566fea9840a269935dcd;p=rrdtool.git diff --git a/src/strftime.h b/src/strftime.h index c9d45e3..485dbdd 100644 --- a/src/strftime.h +++ b/src/strftime.h @@ -11,10 +11,14 @@ #include /* for size_t */ #include /* for struct tm */ -size_t strftime_(char *s, size_t maxs, const char *f, const struct tm *t); +size_t strftime_( + char *s, + size_t maxs, + const char *f, + const struct tm *t); #if defined(TZNAME_STD) && defined(TZNAME_DST) -extern char * tzname_[2]; +extern char *tzname_[2]; #endif -#endif /* STRFTIME__H */ +#endif /* STRFTIME__H */