diff options
| author | Daniil Baturin <daniil@baturin.org> | 2016-12-15 09:56:07 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2016-12-15 09:56:07 +0600 |
| commit | 88cca944fa1788d4f3089c9f93c59666bfcce1fb (patch) | |
| tree | 4fb211c72964405f14b25317268ba67c5d995c61 /src/reference_tree.mli | |
| parent | 6f95f4191699186a14a3109f08822189d0f8331e (diff) | |
| download | vyconf-88cca944fa1788d4f3089c9f93c59666bfcce1fb.tar.gz vyconf-88cca944fa1788d4f3089c9f93c59666bfcce1fb.zip | |
T212: use a directory (normally $program_dir/validators) for external validators.
What's bad is that right now way too many things are aware of the nature of external validators,
and the validators dir (formerly validators hashtable) is passed around a lot.
We'll need to think it through.
Diffstat (limited to 'src/reference_tree.mli')
| -rw-r--r-- | src/reference_tree.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli index bffebad..f0d7807 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -20,6 +20,6 @@ val default_data : ref_node_data val load_from_xml : t -> string -> t -val validate_path : (string, string) Hashtbl.t -> t -> string list -> string list * string option +val validate_path : string -> t -> string list -> string list * string option val is_multi : t -> string list -> bool |
