* msgbase.c: when a summary mode message list is requested, and the room
[citadel.git] / citadel / html.c
index c820d1c96b90775e0f450056ffe15c542a5c29a2..8ff0bbc936d058a80093c20a7f15565a370da0b4 100644 (file)
@@ -2,14 +2,10 @@
  * $Id$
  *
  * Functions which handle translation between HTML and plain text
- * Copyright (c) 2000-2001 by Art Cancro and others.   This program is
+ * Copyright (c) 2000-2005 by Art Cancro and others.   This program is
  * released under the terms of the GNU General Public License.
  */
 
-#ifdef DLL_EXPORT
-#define IN_LIBCIT
-#endif
-
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>