buildgcc: Fix colors for dash
[coreboot.git] / util / nvramtool / reg_expr.h
index 925137b9d8ab0aaf29d71185fd6c87ef9a0f444d..c93215b782a350c7792a484ea1a762f000a3867a 100644 (file)
@@ -34,8 +34,6 @@
 #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_expr(int cflags, const char *expr, regex_t *reg);
 
-#endif  /* REG_EXPR_H */
+#endif                         /* REG_EXPR_H */