2004-01-08 02:42:22 -05:00
|
|
|
(define-structure ldap-low ldap-low-interface
|
|
|
|
(open scheme
|
|
|
|
define-record-types
|
|
|
|
primitives
|
|
|
|
external-calls
|
|
|
|
srfi-34 srfi-35
|
|
|
|
ffi-tools-rts)
|
|
|
|
(files ldap))
|
|
|
|
|
|
|
|
(define-structure ldap-types ldap-types-interface
|
|
|
|
(open scheme
|
2004-01-15 11:34:15 -05:00
|
|
|
define-record-types
|
|
|
|
external-calls
|
|
|
|
srfi-1
|
|
|
|
finite-types
|
|
|
|
ffi-tools-rts)
|
|
|
|
(files const-gen types))
|
2004-01-08 02:42:22 -05:00
|
|
|
|
|
|
|
(define-structure ldap-conditions ldap-conditions-interface
|
|
|
|
(open scheme
|
2004-01-15 11:34:15 -05:00
|
|
|
srfi-34 srfi-35
|
|
|
|
ldap-types)
|
2004-01-08 02:42:22 -05:00
|
|
|
(files conditions))
|