chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] qmqpc: Read servers from the command line.
[qmail]
/
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
}