Add getsecs() for the libstand network code.

This commit is contained in:
dfr 2001-09-22 18:33:09 +00:00
parent fb20752c1a
commit c167877c16

View File

@ -218,3 +218,9 @@ time(time_t *tloc)
*tloc = tv.tv_sec;
return tv.tv_sec;
}
time_t
getsecs()
{
return time(0);
}