tools.dns: Fix using.
parent
8085e4e6ef
commit
903f3d0a18
|
@ -1,6 +1,7 @@
|
|||
! Copyright (C) 2010 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays dns fry io kernel math.parser sequences ;
|
||||
USING: arrays dns fry io kernel math.parser sequences
|
||||
strings ;
|
||||
IN: tools.dns
|
||||
|
||||
: a-line. ( host ip -- )
|
||||
|
|
Loading…
Reference in New Issue