From f3ff8da9404ecf1bedc55ef37603c4d8518fc07e Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Tue, 22 Jul 2003 01:34:01 +0200 Subject: [PATCH] Added prototype for f_werror. Rev: src/builtin_functions.h:1.26 --- src/builtin_functions.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/builtin_functions.h b/src/builtin_functions.h index 830e4c7bda..8fc30a5cfe 100644 --- a/src/builtin_functions.h +++ b/src/builtin_functions.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: builtin_functions.h,v 1.25 2003/06/12 09:25:07 mast Exp $ +|| $Id: builtin_functions.h,v 1.26 2003/07/21 23:34:01 mast Exp $ */ #ifndef BUILTIN_EFUNS_H @@ -123,6 +123,9 @@ PMOD_EXPORT void f_backtrace(INT32 args); void init_builtin(void); void exit_builtin(void); +/* From modules/files */ +void f_werror (INT32 args); + /* Prototypes end here */ #endif -- GitLab