buildgcc: Fix typo in check for failed iasl build
[coreboot.git] / util / nvramtool / reg_expr.h
index 28ff7339c076bbc4e34a24734bf36a2a37f16527..c93215b782a350c7792a484ea1a762f000a3867a 100644 (file)
@@ -25,7 +25,7 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ *  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 \*****************************************************************************/
 
 #ifndef REG_EXPR_H
@@ -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 */