aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.cpp')
-rw-r--r--apps/apps.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/apps.cpp b/apps/apps.cpp
index edfb556..80fae13 100644
--- a/apps/apps.cpp
+++ b/apps/apps.cpp
@@ -21,7 +21,7 @@ void setup_logging(po::variables_map vm) {
config.configure();
}
-int launch_app(int argc, char *argv[], app& app) {
+int launch_app(int argc, char *argv[], app &app) {
po::options_description all("Options");
auto all_options = all.add_options();
@@ -65,7 +65,6 @@ int launch_app(int argc, char *argv[], app& app) {
}
}
-
std::string get_hostname() {
struct addrinfo hints, *info, *p;
// int gai_result;