diff options
Diffstat (limited to 'util/nvramtool/reg_expr.h')
-rw-r--r-- | util/nvramtool/reg_expr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/nvramtool/reg_expr.h b/util/nvramtool/reg_expr.h index 925137b9d8..1b1657fa43 100644 --- a/util/nvramtool/reg_expr.h +++ b/util/nvramtool/reg_expr.h @@ -34,8 +34,8 @@ #include <regex.h> #include "common.h" -void compile_reg_exprs (int cflags, int num_exprs, - /* const char *expr1, regex_t *reg1, */ ...); -void free_reg_exprs (int num_exprs, /* regex_t *reg1, */ ...); +void compile_reg_exprs(int cflags, int num_exprs, + /* const char *expr1, regex_t *reg1, */ ...); +void free_reg_exprs(int num_exprs, /* regex_t *reg1, */ ...); -#endif /* REG_EXPR_H */ +#endif /* REG_EXPR_H */ |