patch-2.3.99-pre2 linux/include/linux/ppp_channel.h
Next file: linux/include/linux/prctl.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Mar 18 16:41:47 2000
- Orig file:
v2.3.99-pre1/linux/include/linux/ppp_channel.h
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/linux/ppp_channel.h linux/include/linux/ppp_channel.h
@@ -61,8 +61,8 @@
/* Detach a channel from its PPP unit (e.g. on hangup). */
extern void ppp_unregister_channel(struct ppp_channel *);
-/* Get the channel number for a channel */
-extern int ppp_channel_index(struct ppp_channel *);
+/* Get the unit number associated with a channel */
+extern int ppp_unit_number(struct ppp_channel *);
/*
* SMP locking notes:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)