*** empty log message ***
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
typedef struct { int private; } SerChannel;
|
||||
|
||||
SerChannel *SerOpen(const char *host, int logIt, int msecTmo, void (*idleHdl)(int,int));
|
||||
SerChannel *SerOpen(const char *host, int msecTmo, void (*idleHdl)(int,int));
|
||||
char *SerCmdC(SerChannel *ser, const char *cmnd);
|
||||
char *SerCmd(SerChannel *ser, char *cmnd);
|
||||
int SerClose(SerChannel *ser);
|
||||
|
||||
Reference in New Issue
Block a user