NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -26,7 +26,7 @@
#define LOCALTIME_type time_t *
#endif
static struct tm *getlt(void);
staticfn struct tm *getlt(void);
time_t
getnow(void)
@@ -37,7 +37,7 @@ getnow(void)
return datetime;
}
static struct tm *
staticfn struct tm *
getlt(void)
{
time_t date = getnow();