From 4bb6b0d869fe0685a38ea33a5b0cd6e914aee1fe Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 10 Mar 2000 17:36:02 +0000 Subject: [lcd4linux @ 2000-03-10 17:36:02 by reinelt] first unstable but running release --- isdn.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'isdn.c') diff --git a/isdn.c b/isdn.c index e5e7b68..f6dfc4b 100644 --- a/isdn.c +++ b/isdn.c @@ -1,4 +1,4 @@ -/* $Id: isdn.c,v 1.3 2000/03/07 11:01:34 reinelt Exp $ +/* $Id: isdn.c,v 1.4 2000/03/10 17:36:02 reinelt Exp $ * * ISDN specific functions * @@ -20,6 +20,10 @@ * * * $Log: isdn.c,v $ + * Revision 1.4 2000/03/10 17:36:02 reinelt + * + * first unstable but running release + * * Revision 1.3 2000/03/07 11:01:34 reinelt * * system.c cleanup @@ -34,7 +38,7 @@ /* * exported functions: * - * Isdn (int *usage, int *rx, int *tx) + * Isdn (int *rx, int *tx, int *usage) * returns 0 if ok, -1 if error * sets *usage to all channels USAGE or'ed together * sets received/transmitted bytes in *rx, *tx @@ -101,7 +105,7 @@ static int Usage (void) return usage; } -int Isdn (int *usage, int *rx, int *tx) +int Isdn (int *rx, int *tx, int *usage) { static int fd=-2; CPS cps[ISDN_MAX_CHANNELS]; -- cgit v1.2.3