Updated the CtdlUserGoto() API call to also return the oldest and newest message...
[citadel.git] / citadel / snprintf.c
index ab014de696300c6750456338ab6c4fb327e8f637..ad04a02e23a7230419a869dfcd67e8448944409d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Replacements for snprintf() and vsnprintf()
  *
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
  * Written July 1997 by Sten Gunterberg (gunterberg@ergon.ch)
  */
 
-#ifdef DLL_EXPORT
-#define IN_LIBCIT
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>