From 7b69881096fdeceb742eb01cd471abd2e2b24e37 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 19 May 2009 12:06:44 +0200 Subject: added prototype for sysdb_set_cached_password --- server/db/sysdb.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/db/sysdb.h b/server/db/sysdb.h index 916f8e21e..5a5badb3e 100644 --- a/server/db/sysdb.h +++ b/server/db/sysdb.h @@ -317,4 +317,10 @@ int sysdb_legacy_remove_group_member(struct sysdb_req *sysreq, const char *group, const char *member, sysdb_callback_t fn, void *pvt); + +int sysdb_set_cached_password(struct sysdb_req *sysreq, + struct sss_domain_info *domain, + const char *user, + const char *password, + sysdb_callback_t fn, void *pvt); #endif /* __SYS_DB_H__ */ -- cgit