ofp-actions: Simplify interface and internal structure.
[sliver-openvswitch.git] / lib / ofp-util.h
index eccce88..f9b0be7 100644 (file)
@@ -862,6 +862,7 @@ enum {
 };
 
 int ofputil_action_code_from_name(const char *);
+const char * ofputil_action_name_from_code(enum ofputil_action_code code);
 
 void *ofputil_put_action(enum ofputil_action_code, struct ofpbuf *buf);