diff options
Diffstat (limited to '')
-rw-r--r-- | isdn.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: isdn.h,v 1.4 2000/03/10 17:36:02 reinelt Exp $ +/* $Id: isdn.h,v 1.5 2000/03/13 15:58:24 reinelt Exp $ * * ISDN specific functions * @@ -20,6 +20,12 @@ * * * $Log: isdn.h,v $ + * Revision 1.5 2000/03/13 15:58:24 reinelt + * + * release 0.9 + * moved row parsing to parser.c + * all basic work finished + * * Revision 1.4 2000/03/10 17:36:02 reinelt * * first unstable but running release @@ -37,6 +43,6 @@ #ifndef _ISDN_H_ #define _ISDN_H_ -int Isdn (int *rx, int *tx,int *usage); +int Isdn (int *rx, int *tx, int *usage); #endif |