pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-31
2005-12-31 03:37:14 by Martin Nilsson <mani@lysator.liu.se>
9d08a25503cbeb832a3d8e097f1e1326c8b995fd (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed safe_apply_low3
Rev: src/interpret.c:1.365
Rev: src/interpret.h:1.164
2:
|| 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: interpret.h,v 1.
163
2005/
07
/
22
21
:
46
:
33
nilsson Exp $
+
|| $Id: interpret.h,v 1.
164
2005/
12
/
31
03
:
37
:
14
nilsson Exp $
*/ #ifndef INTERPRET_H
711:
PMOD_EXPORT int apply_low_safe_and_stupid(struct object *o, INT32 offset); PMOD_EXPORT void safe_apply_low(struct object *o,int fun,int args); PMOD_EXPORT void safe_apply_low2(struct object *o,int fun,int args, int handle_errors);
-
PMOD_EXPORT void safe_apply_low3(struct object *o,int fun,int args, char *error);
+
PMOD_EXPORT void safe_apply(struct object *o, const char *fun ,INT32 args); PMOD_EXPORT int low_unsafe_apply_handler(const char *fun, struct object *handler,