#ifndef _RELAY_H_ #define _RELAY_H_ #include "flow.h" #include <stdint.h> int replace_packet(flow *f, uint8_t *packet); int read_header(flow *f, uint8_t *packet); #endif /* _RELAY_H_ */