chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7d593ef
)
net: Fix misspelt export entry.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 19 Dec 2006 01:10:31 +0000
(
01:10
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 19 Dec 2006 01:10:31 +0000
(
01:10
+0000)
net.lisp
patch
|
blob
|
blame
|
history
diff --git
a/net.lisp
b/net.lisp
index d957f53d684a00fd3611f689c96695b89f5224bc..08efe56ed2b9fd18f4052ed1d832da6c9b751f41 100644
(file)
--- a/
net.lisp
+++ b/
net.lisp
@@
-34,7
+34,7
@@
(defpackage #:net
#:ipnet-pretty #:ipnet-string #:ipnet-broadcast #:ipnet-hosts
#:ipnet-host #:ipaddr-networkp #:ipnet-subnetp
#:ipnet-changeable-bytes
#:ipnet-pretty #:ipnet-string #:ipnet-broadcast #:ipnet-hosts
#:ipnet-host #:ipaddr-networkp #:ipnet-subnetp
#:ipnet-changeable-bytes
- #:host-find
#
#:host-create #:defhost #:parse-ipaddr
+ #:host-find #:host-create #:defhost #:parse-ipaddr
#:resolve-hostname #:canonify-hostname
#:net #:net-find #:net-get-as-ipnet #:net-create #:defnet
#:net-next-host #:net-host))
#:resolve-hostname #:canonify-hostname
#:net #:net-find #:net-get-as-ipnet #:net-create #:defnet
#:net-next-host #:net-host))