From 58dbf4b11bb6184a90bca4c9d909884dd7a5e06e Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Wed, 30 Jan 2008 16:16:28 +0100 Subject: [PATCH] Reexport INTERFACE-INDEX and INTERFACE-NAME. Signed-off-by: Stelian Ionescu --- net.sockets/pkgdcl.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net.sockets/pkgdcl.lisp b/net.sockets/pkgdcl.lisp index da9fe1f..c6a97b5 100644 --- a/net.sockets/pkgdcl.lisp +++ b/net.sockets/pkgdcl.lisp @@ -155,6 +155,8 @@ ;; Network Interface Lookup #:list-network-interfaces #:interface + #:interface-index + #:interface-name #:lookup-interface #:make-interface #:unknown-interface-datum -- 2.11.4.GIT