summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-08 00:33:05 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-08 00:33:05 +0000
commitf36cf3b6a70d0a91bce923ab51780d20d69e3bd6 (patch)
treee633898026cd6a7d42031e5fbaabdb8d5f6d5e38 /source/include
parentf11eb4165836ce8d15a453d37c4e07913562d778 (diff)
downloadsamba-f36cf3b6a70d0a91bce923ab51780d20d69e3bd6.tar.gz
samba-f36cf3b6a70d0a91bce923ab51780d20d69e3bd6.tar.xz
samba-f36cf3b6a70d0a91bce923ab51780d20d69e3bd6.zip
ldap_getpw() also needs to be (void)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index ae77d053ea8..0c4b25a21f1 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1378,7 +1378,7 @@ BOOL ldap_search_for(char *filter);
BOOL ldap_search_by_name(const char *user);
BOOL ldap_search_by_uid(int uid);
BOOL ldap_get_attribute(char *attribute, char *value);
-struct smb_passwd *ldap_getpw();
+struct smb_passwd *ldap_getpw(void);
struct smb_passdb_ops *ldap_initialise_password_db(void);
/*The following definitions come from passdb/nispass.c */