X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FDaemon%2FDaemon.hh;h=89e2d53fe27273ae931c5102e93f0720d6ce56c5;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=76e10e732186158778c6bf073df67a73055b6b9c;hpb=b7f7003f523fa8251ac44b969374c7385d053cc4;p=senf.git diff --git a/Utils/Daemon/Daemon.hh b/Utils/Daemon/Daemon.hh index 76e10e7..89e2d53 100644 --- a/Utils/Daemon/Daemon.hh +++ b/Utils/Daemon/Daemon.hh @@ -158,6 +158,7 @@ namespace senf { int argc(); ///< Access command line parameter count char ** argv(); ///< Access command line parameters + void removeDaemonArgs(); ///< Remove the daemon arguments from argc()/argv() static void exit(unsigned code=0); ///< Terminate daemon with failure