From ad39aafa893eb5da9b008b291467a3d6c5d0021e Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 17 Oct 2011 21:21:38 +0200 Subject: [PATCH] Moved new gearbox to better dir, some cleanup --- util/util.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/util.cpp b/util/util.cpp index 4af99705..3f5b6495 100644 --- a/util/util.cpp +++ b/util/util.cpp @@ -247,6 +247,7 @@ std::string Util::Procs::getName(pid_t name){ return ""; } +/// Creates a new configuration manager. Util::Config::Config(){ listen_port = 4242; daemon_mode = true; @@ -257,4 +258,8 @@ Util::Config::Config(){ ignore_interface = false; ignore_port = false; ignore_user = false; +} + +void parseArgs(int argc, char ** argv){ + } \ No newline at end of file