mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-16 00:13:00 +00:00
[rust] clean up some more bindgen bindings
This commit is contained in:
parent
acbd0ffeeb
commit
c52f373b66
@ -41,11 +41,17 @@ fn main() {
|
||||
.blacklist_function("n[^co].*")
|
||||
.blacklist_function("s[^i].*") // allow sig*
|
||||
// clean more unneeded types
|
||||
.blacklist_item("B[0-9]+")
|
||||
.blacklist_item("_BITS.*")
|
||||
.blacklist_item("_POSIX.*")
|
||||
.blacklist_item("__[A-Z].*")
|
||||
.blacklist_item("[ADHJ-MQ-Z].*")
|
||||
.blacklist_item("IN.*")
|
||||
.blacklist_item("in.*")
|
||||
.blacklist_item("IP[^R].*")
|
||||
.blacklist_item("ip.*")
|
||||
.blacklist_item("sock.*")
|
||||
.blacklist_item("m.*")
|
||||
.blacklist_item("PF.*")
|
||||
.blacklist_item("MSG_.*")
|
||||
.blacklist_item("N[^C].*")
|
||||
|
Loading…
Reference in New Issue
Block a user