Skip to content
Snippets Groups Projects
Commit f3ff8da9 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added prototype for f_werror.

Rev: src/builtin_functions.h:1.26
parent c68a50af
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || 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 #ifndef BUILTIN_EFUNS_H
...@@ -123,6 +123,9 @@ PMOD_EXPORT void f_backtrace(INT32 args); ...@@ -123,6 +123,9 @@ PMOD_EXPORT void f_backtrace(INT32 args);
void init_builtin(void); void init_builtin(void);
void exit_builtin(void); void exit_builtin(void);
/* From modules/files */
void f_werror (INT32 args);
/* Prototypes end here */ /* Prototypes end here */
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment