X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Fstrftime.h;h=485dbdd933148948d389aa7cd8892c99b19290e8;hp=c9d45e3ba875166a3c342725c9490585e1469884;hb=85cd3f3afae48026843bea34d2d0d1056ee9dda5;hpb=b87b81a11a4763a1744adbd8f2dc97d58e4aa161 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 */