Mercurial > hg > xemacs-beta
comparison modules/ldap/eldap.c @ 1270:d65d8a05e272
[xemacs-hg @ 2003-02-07 20:45:59 by james]
Add unload_eldap prototype to fix a compiler warning.
author | james |
---|---|
date | Fri, 07 Feb 2003 20:46:02 +0000 |
parents | 848225013a08 |
children | 64eaceca611d |
comparison
equal
deleted
inserted
replaced
1269:13aa577c1dd2 | 1270:d65d8a05e272 |
---|---|
851 */ ); | 851 */ ); |
852 | 852 |
853 } | 853 } |
854 | 854 |
855 #ifdef HAVE_SHLIB | 855 #ifdef HAVE_SHLIB |
856 void unload_eldap (void); | |
856 void | 857 void |
857 unload_eldap (void) | 858 unload_eldap (void) |
858 { | 859 { |
859 /* Remove defined types */ | 860 /* Remove defined types */ |
860 UNDEF_LRECORD_IMPLEMENTATION (ldap); | 861 UNDEF_LRECORD_IMPLEMENTATION (ldap); |