diff options
author | Matej Kosik <matej.kosik@inria.fr> | 2016-10-10 10:59:22 +0200 |
---|---|---|
committer | Matej Košík <matej.kosik@inria.fr> | 2017-06-07 14:49:13 +0200 |
commit | 661940fd55a925a6f17f6025f5d15fc9f5647cf9 (patch) | |
tree | eee305047751a333fd8aeff625c775ce8ed58013 /plugins/btauto | |
parent | 73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff) |
Put all plugins behind an "API".
Diffstat (limited to 'plugins/btauto')
-rw-r--r-- | plugins/btauto/refl_btauto.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/btauto/refl_btauto.ml b/plugins/btauto/refl_btauto.ml index 6281b2675..00e80d041 100644 --- a/plugins/btauto/refl_btauto.ml +++ b/plugins/btauto/refl_btauto.ml @@ -1,3 +1,5 @@ +open API + let contrib_name = "btauto" let init_constant dir s = |