ofp-error: Remove ofperr_domain from external API
[sliver-openvswitch.git] / build-aux / extract-ofp-errors
index 1ec5ba4..e513b7f 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,