Encapsulate flow descriptions inside a struct.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define PARSER_STATE_LEN 256
|
||||
|
||||
struct flow;
|
||||
struct peer;
|
||||
|
||||
void receive_cleanup(void);
|
||||
void receive_new(int, void *, struct peer *);
|
||||
void receive_print_usage(void);
|
||||
extern struct flow *receive_flow;
|
||||
|
||||
Reference in New Issue
Block a user