From be8523c744070a0aecd680010106b458a8e4b5c2 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 7 Mar 2000 11:01:34 +0000 Subject: [lcd4linux @ 2000-03-07 11:01:34 by reinelt] system.c cleanup --- isdn.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'isdn.h') diff --git a/isdn.h b/isdn.h index 2c9831b..93416dd 100644 --- a/isdn.h +++ b/isdn.h @@ -1,4 +1,4 @@ -/* $Id: isdn.h,v 1.2 2000/03/06 06:04:06 reinelt Exp $ +/* $Id: isdn.h,v 1.3 2000/03/07 11:01:34 reinelt Exp $ * * ISDN specific functions * @@ -20,6 +20,10 @@ * * * $Log: isdn.h,v $ + * Revision 1.3 2000/03/07 11:01:34 reinelt + * + * system.c cleanup + * * Revision 1.2 2000/03/06 06:04:06 reinelt * * minor cleanups @@ -30,6 +34,6 @@ #ifndef _ISDN_H_ #define _ISDN_H_ -int Isdn (int *rx, int *tx); +int Isdn (int *usage, int *rx, int *tx); #endif -- cgit v1.2.3