aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/ncp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/ncp.h')
-rw-r--r--ncpd/ncp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/ncp.h b/ncpd/ncp.h
index abbf08e..c0c5abe 100644
--- a/ncpd/ncp.h
+++ b/ncpd/ncp.h
@@ -38,7 +38,7 @@ class IOWatch;
class ncp {
public:
- ncp(const char *fname, int baud, IOWatch &iow);
+ ncp(const char *fname, int baud, IOWatch *iow);
~ncp();
int connect(channel *c); // returns channel, or -1 if failure