aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/link.cc')
-rw-r--r--ncpd/link.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/ncpd/link.cc b/ncpd/link.cc
index 76a8be4..6eec61c 100644
--- a/ncpd/link.cc
+++ b/ncpd/link.cc
@@ -37,6 +37,7 @@
#include "ncp.h"
#include "bufferstore.h"
#include "bufferarray.h"
+#include "main.h"
extern "C" {
static void *expire_check(void *arg)
@@ -52,9 +53,6 @@ extern "C" {
using namespace std;
-extern ostream lout;
-extern ostream lerr;
-
ENUM_DEFINITION(Link::link_type, Link::LINK_TYPE_UNKNOWN) {
stringRep.add(Link::LINK_TYPE_UNKNOWN, N_("Unknown"));
stringRep.add(Link::LINK_TYPE_SIBO, N_("SIBO"));