diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nio.c | 3 | ||||
| -rw-r--r-- | src/nio.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -74,6 +74,6 @@ unsigned char nwrite(char* devicespec, unsigned char* buf, unsigned short len); * @param login - The username to send * @param password - The password to send */ -unsigned char nlogin(char* devicespec, char* login, char* password); +// unsigned char nlogin(char* devicespec, char* login, char* password); #endif /* NIO_H */ |
