summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/link.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-15 02:24:18 +0000
committerbrian <brian@FreeBSD.org>1999-05-15 02:24:18 +0000
commit891aeb93bc0c41a7c59adbdb8a76e5f24510c0e3 (patch)
tree4fba331e9b0905482ec96b0e860423a3a9947b4a /usr.sbin/ppp/link.h
parentc0bdb16af0991ca8eae6bcf9edd0802e9507bf5a (diff)
downloadFreeBSD-src-891aeb93bc0c41a7c59adbdb8a76e5f24510c0e3.zip
FreeBSD-src-891aeb93bc0c41a7c59adbdb8a76e5f24510c0e3.tar.gz
Add ``show layers'' to see the protocol layering for a link.
Diffstat (limited to 'usr.sbin/ppp/link.h')
-rw-r--r--usr.sbin/ppp/link.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h
index 6225014..7c04083 100644
--- a/usr.sbin/ppp/link.h
+++ b/usr.sbin/ppp/link.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: link.h,v 1.4 1998/08/25 17:48:42 brian Exp $
+ * $Id: link.h,v 1.5 1999/05/08 11:07:00 brian Exp $
*
*/
@@ -36,6 +36,7 @@
struct bundle;
struct prompt;
+struct cmdargs;
struct link {
int type; /* _LINK type */
@@ -73,3 +74,4 @@ extern void link_EmptyStack(struct link *);
#define PROTO_OUT 2
extern void link_ProtocolRecord(struct link *, u_short, int);
extern void link_ReportProtocolStatus(struct link *, struct prompt *);
+extern int link_ShowLayers(struct cmdargs const *);
OpenPOWER on IntegriCloud