Debianization and various other fixes.
[ezmlm] / now.c
1 #include <time.h>
2 #include "datetime.h"
3 #include "now.h"
4
5 datetime_sec now()
6 {
7 return time((long *) 0);
8 }