0.8.0.68:
[sbcl.git] / contrib / sb-bsd-sockets / name-service.lisp
index 5f03859..23f65a1 100644 (file)
@@ -17,6 +17,8 @@ eventually, so that we can do DNS lookups in parallel with other things
                                        ; presently always AF_INET
    (addresses :initarg :addresses :accessor host-ent-addresses)))
 
+(defgeneric host-ent-address (host-ent))
+
 (defmethod host-ent-address ((host-ent host-ent))
   (car (host-ent-addresses host-ent)))