Introduce get_config_file_name().
[dss.git] / daemon.c
index ba890fb5bb40e5e452d843361bebae2396ad0288..d48e30c995245986bc0761eda9e7ecf52c0736e0 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -108,8 +108,3 @@ void log_welcome(int loglevel)
        DSS_INFO_LOG("***** welcome to dss ******\n");
        DSS_DEBUG_LOG("using loglevel %d\n", loglevel);
 }
-
-int com_daemon(int argc, char * const * argv)
-{
-       return 1;
-}