aboutsummaryrefslogtreecommitdiffstats
path: root/isdn.h
diff options
context:
space:
mode:
authorreinelt <>2000-03-10 17:36:02 +0000
committerreinelt <>2000-03-10 17:36:02 +0000
commit4bb6b0d869fe0685a38ea33a5b0cd6e914aee1fe (patch)
tree19ec78ceacf92efbcd4f057e2cf27325dfd3b9b9 /isdn.h
parent2ceed0e89cf69fd2488767075edc83cdefc00a6c (diff)
downloadlcd4linux-4bb6b0d869fe0685a38ea33a5b0cd6e914aee1fe.tar.gz
[lcd4linux @ 2000-03-10 17:36:02 by reinelt]
first unstable but running release
Diffstat (limited to '')
-rw-r--r--isdn.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/isdn.h b/isdn.h
index 93416dd..bfb15c5 100644
--- a/isdn.h
+++ b/isdn.h
@@ -1,4 +1,4 @@
-/* $Id: isdn.h,v 1.3 2000/03/07 11:01:34 reinelt Exp $
+/* $Id: isdn.h,v 1.4 2000/03/10 17:36:02 reinelt Exp $
*
* ISDN specific functions
*
@@ -20,6 +20,10 @@
*
*
* $Log: isdn.h,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
@@ -28,12 +32,11 @@
*
* minor cleanups
*
- *
*/
#ifndef _ISDN_H_
#define _ISDN_H_
-int Isdn (int *usage, int *rx, int *tx);
+int Isdn (int *rx, int *tx,int *usage);
#endif