]> code.citadel.org Git - citadel.git/blobdiff - citadel/genstamp.c
TEXTCLIENT: getutline also belongs to the textclient. Tnx to Lightspeed for pointing...
[citadel.git] / citadel / genstamp.c
index e97fb97963fac9084ed1650310851009e73a5757..eb594119ab01eb8fc1f6adeb229aa1d6c2e15603 100644 (file)
@@ -1,14 +1,7 @@
 /*
- * $Id$
- *
  * Function to generate RFC822-compliant textual time/date stamp
- *
  */
 
-#ifdef DLL_EXPORT
-#define IN_LIBCIT
-#endif
-
 #include "sysdep.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -95,4 +88,3 @@ void datestring(char *buf, size_t n, time_t xtime, int which_format) {
 
        }
 }
-