RetroZilla/directory/c-sdk/ldap/libraries/msdos/winsock/nsldapssl32.def
2015-10-20 23:03:22 -04:00

27 lines
824 B
Modula-2

LIBRARY NSLDAPSSL32V50
DESCRIPTION 'Lightweight Directory Access Protocol Client API with SSL for 32-bit Windows'
VERSION 5.0
HEAPSIZE 4096
EXPORTS
; we need to manually assign ordinal numbers so we can add new routines
; and not disturb the ordinals and thus not require callers to relink.
;
; exports list (generated by genexports.pl)
;
ldapssl_client_init @450
ldapssl_init @451
ldapssl_install_routines @452
ldapssl_clientauth_init @453
ldapssl_enable_clientauth @454
ldapssl_advclientauth_init @456
ldapssl_pkcs_init @457
ldapssl_err2string @458
ldapssl_serverauth_init @459
; the last Windows ordinal number that has been reserved for SSL is 469.
; Windows ordinals 1100-1150 are reserved for privately/non-published
; exported routines
;
; end of generated exports list.