patch-2.3.29 linux/net/irda/irproc.c

Next file: linux/net/irda/irttp.c
Previous file: linux/net/irda/irmod.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/net/irda/irproc.c linux/net/irda/irproc.c
@@ -6,7 +6,7 @@
  * Status:        Experimental.
  * Author:        Thomas Davis, <ratbert@radiks.net>
  * Created at:    Sat Feb 21 21:33:24 1998
- * Modified at:   Fri Oct  8 09:26:46 1999
+ * Modified at:   Sun Nov 14 08:54:54 1999
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  *
  *     Copyright (c) 1998-1999, Dag Brattli <dagb@cs.uit.no>
@@ -33,20 +33,15 @@
 #include <net/irda/irlap.h>
 #include <net/irda/irlmp.h>
 
-extern int irlap_proc_read(char *buf, char **start, off_t offset, int len, 
-			   int unused);
-extern int irlmp_proc_read(char *buf, char **start, off_t offset, int len, 
-			   int unused);
-extern int irttp_proc_read(char *buf, char **start, off_t offset, int len, 
-			   int unused);
-extern int irias_proc_read(char *buf, char **start, off_t offset, int len,
-			   int unused);
-extern int discovery_proc_read(char *buf, char **start, off_t offset, int len, 
-			       int unused);
+extern int irlap_proc_read(char *buf, char **start, off_t offset, int len);
+extern int irlmp_proc_read(char *buf, char **start, off_t offset, int len);
+extern int irttp_proc_read(char *buf, char **start, off_t offset, int len);
+extern int irias_proc_read(char *buf, char **start, off_t offset, int len);
+extern int discovery_proc_read(char *buf, char **start, off_t offset, int len);
 
 struct irda_entry {
 	char *name;
-	int (*fn)(char*, char**, off_t, int, int);
+	int (*fn)(char*, char**, off_t, int);
 };
 
 struct proc_dir_entry *proc_irda;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)