=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/error.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/make/error.h 2010/07/19 19:46:44 1.11 --- src/usr.bin/make/error.h 2012/09/21 07:55:20 1.12 *************** *** 1,6 **** #ifndef ERROR_H #define ERROR_H ! /* $OpenBSD: error.h,v 1.11 2010/07/19 19:46:44 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,6 ---- #ifndef ERROR_H #define ERROR_H ! /* $OpenBSD: error.h,v 1.12 2012/09/21 07:55:20 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 44,50 **** extern void Error(char *, ...); extern void Fatal(char *, ...); extern void Punt(char *, ...); ! extern void Finish(int); /* * Error levels for parsing. PARSE_FATAL means the process cannot continue --- 44,50 ---- extern void Error(char *, ...); extern void Fatal(char *, ...); extern void Punt(char *, ...); ! extern void Finish(void); /* * Error levels for parsing. PARSE_FATAL means the process cannot continue