scsh-yp/scheme/yp-interfaces.scm

18 lines
304 B
Scheme
Raw Normal View History

2003-10-30 10:43:43 -05:00
(define-interface yp-interface
(export
(yp-result-code :syntax)
yp-result-code-elements
yp-result-code-name
yp-success?
yp-get-default-domain
yp-bind
yp-unbind
yp-order
yp-master
yp-first
yp-next
yp-map->list
yp-error-string
yp-protocol-error
yp-match))