diff options
| -rw-r--r-- | src/ffi.rs | 3 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ffi.rs b/src/ffi.rs new file mode 100644 index 0000000..fa541d6 --- /dev/null +++ b/src/ffi.rs @@ -0,0 +1,3 @@ +#![allow(dead_code, non_camel_case_types)] + +//! Re-presentation of the notmuch C API. @@ -1,2 +1,4 @@ #![feature(libc)] extern crate libc; + +mod ffi; |
