From 1f0a1dec1af315e6465e1c1dd503aa942a85b1f4 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 12 Oct 2019 00:44:14 -0500 Subject: hscript: Pass opts to all validate()s, implement 'mount' validation --- hscript/disk.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hscript/disk.hh') diff --git a/hscript/disk.hh b/hscript/disk.hh index 475b1ab..36e1e1d 100644 --- a/hscript/disk.hh +++ b/hscript/disk.hh @@ -61,8 +61,8 @@ public: static Key *parseFromData(const std::string data, int lineno, int *errors, int *warnings); - bool validate() const override; - bool execute() const override; + bool validate(ScriptOptions) const override; + bool execute(ScriptOptions) const override; }; } -- cgit v1.2.3-70-g09d2