]> git.armaanb.net Git - opendoas.git/blobdiff - doas.h
timestamp: error out if fstat and lstat st_ino and st_dev are not the same
[opendoas.git] / doas.h
diff --git a/doas.h b/doas.h
index a371eb6244499467e7c70056b6e82320aa3c47a1..48069dbbace38d37580d61f6257398c9253a449f 100644 (file)
--- 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