X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=doas.h;h=48069dbbace38d37580d61f6257398c9253a449f;hb=7413704e222d69771ba3c70356695d0f15857f66;hp=a371eb6244499467e7c70056b6e82320aa3c47a1;hpb=998d49046c5da55449ace95a7bb0ba4522a8c029;p=opendoas.git diff --git a/doas.h b/doas.h index a371eb6..48069db 100644 --- a/doas.h +++ b/doas.h @@ -29,7 +29,7 @@ extern struct rule **rules; extern int nrules; extern int parse_errors; -char **prepenv(struct rule *); +char **prepenv(const struct rule *); #define PERMIT 1 #define DENY 2