aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-13 15:58:24 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-13 15:58:24 +0000
commit1f0791dbac416903409b420ce5bdd73a1944c3d4 (patch)
treec72c000f26428a310cd2778e7c301ca24e026e09 /isdn.h
parent713dd4045fdc6312cb80a4aee9b17a3dd5cc1368 (diff)
downloadlcd4linux-1f0791dbac416903409b420ce5bdd73a1944c3d4.tar.gz
[lcd4linux @ 2000-03-13 15:58:24 by reinelt]
release 0.9 moved row parsing to parser.c all basic work finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@10 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'isdn.h')
-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