summaryrefslogtreecommitdiff
path: root/lib/ofp-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-parse.h')
-rw-r--r--lib/ofp-parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h
index aa0489c0c..7a44f0b9a 100644
--- a/lib/ofp-parse.h
+++ b/lib/ofp-parse.h
@@ -20,6 +20,7 @@
#define OFP_PARSE_H 1
#include <stdint.h>
+#include <stdio.h>
struct ofp_match;
struct ofpbuf;
@@ -29,5 +30,7 @@ void parse_ofp_str(char *string, struct ofp_match *match,
uint16_t *out_port, uint16_t *priority,
uint16_t *idle_timeout, uint16_t *hard_timeout,
uint64_t *cookie);
+struct ofpbuf *parse_ofp_add_flow_str(char *string, uint8_t *table_idx);
+struct ofpbuf *parse_ofp_add_flow_file(FILE *, uint8_t *table_idx);
#endif /* ofp-parse.h */