Added capability to save listener string.

This commit is contained in:
Fritz Elfert 1998-06-26 15:20:13 +00:00
parent 69474abf73
commit 0128ed07d9
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.4 1998/04/28 08:34:23 paul
* Fixed compiler warnings from egcs.
*
* Revision 1.3 1998/04/24 09:19:23 paul
* Ignore empty file when starting up instead of generating error message
* about wrong signature, there is _no_ signature! iprofd writes new data
@ -52,7 +55,7 @@ typedef unsigned char uchar;
int isdnctrl_fd;
char *modemsettings;
#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN)*ISDN_MAX_CHANNELS)
#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
void
dumpModem(int dummy)