# HG changeset patch # User Sebastien Decugis # Date 1217210249 -32400 # Node ID ea698d19f63a13a8325ecc2e8a7267f07854b961 # Parent a6fb0680654ed908bb758792ac90133207005bbf Removed content diff -r a6fb0680654e -r ea698d19f63a extensions/sec_nosec/todo.c --- a/extensions/sec_nosec/todo.c Fri Jul 25 18:07:11 2008 +0900 +++ b/extensions/sec_nosec/todo.c Mon Jul 28 10:57:29 2008 +0900 @@ -1,20 +1,4 @@ /* Temporary file containing all code that is not written yet */ -#include "sec_nosec.h" - -/************************************************************************** - * The functions internal to the extension. - **************************************************************************/ - - -/* Parse the configuration file */ -int sns_parse(char * conffile) -{ - TRACE_ENTRY(""); - TRACE_DEBUG(INFO, "Not implemented"); - return ENOTSUP; -} - -