summaryrefslogtreecommitdiff
path: root/cpp.h
blob: 1cf0a357f9ad6aa196a0ef92a36748ddfb49c50b (plain)
1
2
3
4
5
6
#ifndef CPP_H
#define CPP_H

extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]);

#endif
1 +0100'>2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal2-2/+2 2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal8-20/+16 2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng