From 9f0a23d0ad876a49c110d4fc963c0da3f912db91 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 24 Jun 2019 04:47:40 +0000 Subject: commented out an un-needed (but possibly needed later) extern struct --- libirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libirc.c b/libirc.c index 7c414a5..284257e 100644 --- a/libirc.c +++ b/libirc.c @@ -21,7 +21,7 @@ #define SILLYLIMIT 1024 -extern struct global libline; +//extern struct idc_global idc;//not sure if this is needed. /* how this works: if server == |/program then open a socketpair and fork and exec program -- cgit v1.2.3