ifpps: use uint32_t instead of u32
[netsniff-ng.git] / cpp.h
blob1cf0a357f9ad6aa196a0ef92a36748ddfb49c50b
1 #ifndef CPP_H
2 #define CPP_H
4 extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]);
6 #endif