Cast arguments to ctype(3) functions through (int)(unsigned char).
[coreboot.git] / util / nvramtool / reg_expr.h
index 1b1657fa431e9866abf33897f54510dc133f9974..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 */