diff options
Diffstat (limited to 'src/nio.h')
| -rw-r--r-- | src/nio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
