Move C labels to start-of-line
[coreboot.git] / util / nvramtool / reg_expr.h
index cf8f8a9b4d54468af1a7a6f7e45e884cc56955cf..c93215b782a350c7792a484ea1a762f000a3867a 100644 (file)
@@ -1,6 +1,5 @@
 /*****************************************************************************\
  * reg_expr.h
- * $Id$
  *****************************************************************************
  *  Copyright (C) 2002-2005 The Regents of the University of California.
  *  Produced at the Lawrence Livermore National Laboratory.
@@ -26,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
@@ -35,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 */