diff options
Diffstat (limited to 'nslcd/common.h')
-rw-r--r-- | nslcd/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/common.h b/nslcd/common.h index bd30fee..1938c9f 100644 --- a/nslcd/common.h +++ b/nslcd/common.h @@ -182,6 +182,7 @@ void shadow_init(void); /* these are the different functions that handle the database specific actions, see nslcd.h for the action descriptions */ +int nslcd_config_get(TFILE *fp,MYLDAP_SESSION *session); int nslcd_alias_byname(TFILE *fp,MYLDAP_SESSION *session); int nslcd_alias_all(TFILE *fp,MYLDAP_SESSION *session); int nslcd_ether_byname(TFILE *fp,MYLDAP_SESSION *session); |