diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-01 22:03:41 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-01 22:03:41 +0000 |
commit | 9a13334e275ffa7ed0644d8a8b614b33adf34a86 (patch) | |
tree | 631db1a3c24244eaaa9a87256cb320a641fcab16 | |
parent | 7e126ec34ee493043efc55971135d7e132e2e175 (diff) |
trim trailing whitespace
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@232 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/dict.h | 2 | ||||
-rw-r--r-- | nslcd/ldap-nss.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/dict.h b/nslcd/dict.h index a65b425..812e909 100644 --- a/nslcd/dict.h +++ b/nslcd/dict.h @@ -43,7 +43,7 @@ int dict_put(DICT *dict,const char *key,const void *value); /* Look up a key in the dictionary and return the associated value. NULL is returned if the key is not found in the dictionary. All key comparisons are case insensitive. */ -const void *dict_get(DICT *dict,const char *key); +const void *dict_get(DICT *dict,const char *key); /* Delete a key-value association from the dictionary. All key comparisons are case insensitive. */ diff --git a/nslcd/ldap-nss.h b/nslcd/ldap-nss.h index 2725392..dd93b8a 100644 --- a/nslcd/ldap-nss.h +++ b/nslcd/ldap-nss.h @@ -406,7 +406,7 @@ enum nss_status _nss_ldap_assign_userpassword (LDAPMessage * e, /* IN */ size_t * buflen); /* IN/OUT */ /* check that the entry has the specified objectclass - return 0 for false, not-0 for true */ + return 0 for false, not-0 for true */ int has_objectclass(LDAPMessage *entry,const char *objectclass); int _nss_ldap_shadow_date(const char *val); |