diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-26 03:28:36 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-26 03:28:36 +0700 |
commit | 557f45a5a606b8f8ae1630c9f267d31376912746 (patch) | |
tree | f981b1ee0655a34399585c7b520619c14ff9a962 /lib/apply_bindings.ml | |
download | libvyosconfig-557f45a5a606b8f8ae1630c9f267d31376912746.tar.gz libvyosconfig-557f45a5a606b8f8ae1630c9f267d31376912746.zip |
Import the initial, proof of concept implementation.
Diffstat (limited to 'lib/apply_bindings.ml')
-rw-r--r-- | lib/apply_bindings.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/apply_bindings.ml b/lib/apply_bindings.ml new file mode 100644 index 0000000..3d88388 --- /dev/null +++ b/lib/apply_bindings.ml @@ -0,0 +1,3 @@ +(** Apply the Stubs functor to the generated bindings to link the generated + code into the library. *) +include Bindings.Stubs(Vyosconfig_bindings) |