aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.h
diff options
context:
space:
mode:
authorreinelt <>2000-03-13 15:58:24 +0000
committerreinelt <>2000-03-13 15:58:24 +0000
commitc97b6d95897c59e2098e45ee58aab61ec3703d22 (patch)
treec72c000f26428a310cd2778e7c301ca24e026e09 /isdn.h
parent4bb6b0d869fe0685a38ea33a5b0cd6e914aee1fe (diff)
downloadlcd4linux-c97b6d95897c59e2098e45ee58aab61ec3703d22.tar.gz
[lcd4linux @ 2000-03-13 15:58:24 by reinelt]
release 0.9 moved row parsing to parser.c all basic work finished
Diffstat (limited to '')
-rw-r--r--isdn.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/isdn.h b/isdn.h
index bfb15c5..233c141 100644
--- a/isdn.h
+++ b/isdn.h
@@ -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