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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv.h b/src/responder/sudo/sudosrv.h
index 91bc76ae..a24ead8c 100644
--- a/src/responder/sudo/sudosrv.h
+++ b/src/responder/sudo/sudosrv.h
@@ -85,6 +85,11 @@ struct sudo_ctx {
time_t id_timeout;
};
+struct sudo_cmd_ctx {
+ int negated;
+ char * fqcomnd;
+ char * arg;
+};
struct sudo_client {
struct sudo_ctx *sudoctx;
struct sbus_connection *conn;