X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=daemon.c;h=d48e30c995245986bc0761eda9e7ecf52c0736e0;hp=ba890fb5bb40e5e452d843361bebae2396ad0288;hb=17eea857c175123d68e7dffc28134befa4c0aa5f;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 diff --git a/daemon.c b/daemon.c index ba890fb..d48e30c 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2010 Andre Noll * * 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; -}