getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / citadel / modules / listsub / serv_listsub.c
index a233e6c0e4d349a1b2c0c634fc46a24a40e3285d..8940c952eb7203ab3794659f22cdbe251dc4fc37 100644 (file)
@@ -3,20 +3,13 @@
  *
  * Copyright (c) 2002-2012 by the citadel.org team
  *
- *  This program is open source software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 3.
+ * This program is open source software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3.
  *  
- *  
- *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *
- *  
- *  
- *  
- *
  */
 
 #include "sysdep.h"
 #include "internet_addressing.h"
 #include "clientsocket.h"
 #include "file_ops.h"
-
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
-
-
-
 #include "ctdl_module.h"
 
-
 /*
  * Generate a randomizationalisticized token to use for authentication of
  * a subscribe or unsubscribe request.