libnftables1-sys 1.0.0

FFI bindings for libnftables1.
1
2
3
4
5
6
7
// trick to not include stdio.h
#define _STDIO_H
#define FILE void

// generate all types and functions
// except those using FILE
#include <nftables/libnftables.h>