From 0125141f8681a837a8f4ee9e66d9f5d2488cb2db Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 8 Dec 1998 00:30:23 +0000 Subject: compilation warnings due to missing (void) in ldap_close_connection. (This used to be commit f11eb4165836ce8d15a453d37c4e07913562d778) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index f237c08999..ae77d053ea 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1373,7 +1373,7 @@ BOOL pm_process( char *FileName, /*The following definitions come from passdb/ldap.c */ BOOL ldap_open_connection(BOOL modify); -void ldap_close_connection(); +void ldap_close_connection(void); BOOL ldap_search_for(char *filter); BOOL ldap_search_by_name(const char *user); BOOL ldap_search_by_uid(int uid); -- cgit