summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index ab46320..9aba0cb 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -53,4 +53,7 @@ private:
ConnectionList connlist;
};
+// Global ConnectionHandler
+extern ConnectionHandler connection_handler;
+
#endif/*__MUNIA_CONNECTIONHANDLER_H__*/