repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* upgraded new version of tiny_mce
[citadel.git]
/
citadel
/
genstamp.h
blob
58e32c78d845d7815d4f3ef0f8b7a3657ecf52bf
1
/*
2
* $Id$
3
*
4
*/
5
6
void
datestring
(
char
*
buf
,
size_t
n
,
time_t
xtime
,
int
which_format
);
7
8
enum
{
9
DATESTRING_RFC822
,
10
DATESTRING_IMAP
11
};