diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h index d2c38ac90948..a9f8d224838d 100644 --- a/sbin/devfs/extern.h +++ b/sbin/devfs/extern.h @@ -37,11 +37,11 @@ struct intstr { }; typedef int (command_t)(int, char **); -typedef struct cmd ctbl_t[]; struct cmd { const char *name; command_t *handler; }; +typedef struct cmd ctbl_t[]; command_t rule_main, ruleset_main;