ofp-error: Remove ofperr_domain from external API
[openvswitch] / build-aux / extract-ofp-errors
index 1ec5ba4d39ce654372e13fe15a3d220bfa703f41..e513b7f4ae4388211b5ec59031a5826ccdb820c1 100755 (executable)
@@ -343,7 +343,7 @@ static enum ofperr
 }"""
 
         print """
-const struct ofperr_domain %s = {
+static const struct ofperr_domain %s = {
     "%s",
     %d,
     %s_decode,