From 3b121852048a7931f8a608527b760963e2ed2bb4 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 23 Jan 2012 11:03:17 +0100 Subject: Use the new SUDO request in DP and sudo responder Also remove the old request implementation https://fedorahosted.org/sssd/ticket/1115 --- src/responder/sudo/sudosrv_private.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/responder/sudo/sudosrv_private.h') diff --git a/src/responder/sudo/sudosrv_private.h b/src/responder/sudo/sudosrv_private.h index 82948fdcd..fc4134b64 100644 --- a/src/responder/sudo/sudosrv_private.h +++ b/src/responder/sudo/sudosrv_private.h @@ -61,14 +61,6 @@ struct sss_cmd_table *get_sudo_cmds(void); errno_t sudosrv_cmd_done(struct sudo_dom_ctx *dctx, int ret); -struct tevent_req * sudosrv_dp_refresh_send(struct resp_ctx *rctx, - struct sss_domain_info *dom, - const char *username); - -errno_t sudosrv_dp_refresh_recv(struct tevent_req *req, - dbus_uint16_t *_err_maj, - dbus_uint32_t *_err_min); - errno_t sudosrv_get_sudorules(struct sudo_dom_ctx *dctx); char * sudosrv_get_sudorules_parse_query(TALLOC_CTX *mem_ctx, -- cgit