comparison modules/ldap/eldap.c @ 1706:9fc738581a9d

[xemacs-hg @ 2003-09-22 03:21:12 by james] Remove GNU DLD support, fix the C++ build, make eval-related functions visible to modules, and fix minor Windows-related problems.
author james
date Mon, 22 Sep 2003 03:21:19 +0000
parents 64eaceca611d
children 61855263cb07
comparison
equal deleted inserted replaced
1705:cdbc76885304 1706:9fc738581a9d
854 */ ); 854 */ );
855 855
856 } 856 }
857 857
858 #ifdef HAVE_SHLIB 858 #ifdef HAVE_SHLIB
859 void unload_eldap (void); 859 EXTERN_C void unload_eldap (void);
860 void 860 void
861 unload_eldap (void) 861 unload_eldap (void)
862 { 862 {
863 /* Remove defined types */ 863 /* Remove defined types */
864 UNDEF_LRECORD_IMPLEMENTATION (ldap); 864 UNDEF_LRECORD_IMPLEMENTATION (ldap);