aboutsummaryrefslogtreecommitdiff
path: root/src/nio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nio.c')
-rw-r--r--src/nio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nio.c b/src/nio.c
index 1a5b14c..cdececb 100644
--- a/src/nio.c
+++ b/src/nio.c
@@ -148,6 +148,8 @@ unsigned char nwrite(char* devicespec, unsigned char* buf, unsigned short len)
return OS.dcb.dstats; // Return SIO error or success.
}
+/* IRC doesn't need this */
+#if 0
unsigned char nlogin(char* devicespec, char *login, char *password)
{
unsigned char unit=nunit(devicespec);
@@ -181,3 +183,4 @@ unsigned char nlogin(char* devicespec, char *login, char *password)
return OS.dcb.dstats;
}
+#endif