# sudo_plugin-sys [![Build Status](https://travis-ci.org/square/sudo_pair.svg?branch=master)](https://travis-ci.org/square/sudo_pair) [![Latest Version](https://img.shields.io/crates/v/sudo_plugin-sys.svg)](https://crates.io/crates/sudo_plugin-sys) [![License](https://img.shields.io/github/license/square/sudo_pair.svg)](https://github.com/square/sudo_pair) Autogenerated FFI definitions for the [sudo_plugin(8)][sudo_plugin_man] facility. ## Sudo Plugin API Version This crate provides a `sudo_plugin.h` for API version 1.9, but will preferentially build against system-installed versions of this header when available. ## Building ```sh cargo build ``` ## Contributions Contributions are welcome! ## License `sudo_plugin-sys` is distributed under the terms of the Apache License Version 2.0). See [LICENSE-APACHE](../LICENSE-APACHE) for details. [sudo_plugin_man]: https://www.sudo.ws/man/1.8.22/sudo_plugin.man.html