summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/sudo/sudosrv.h')
-rw-r--r--src/responder/sudo/sudosrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv.h b/src/responder/sudo/sudosrv.h
index 5abdb809..314fddd6 100644
--- a/src/responder/sudo/sudosrv.h
+++ b/src/responder/sudo/sudosrv.h
@@ -30,6 +30,8 @@ struct sudo_ctx {
int sudo_cmd_execute(struct cli_ctx *cctx);
+int sudo_dp_refresh_send(struct cli_ctx *cctx, const char *domain, int timeout);
+
struct sss_cmd_table *get_sudo_cmds(void);
#endif /* SUDOSRV_H_ */