pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-08
2001-06-08 16:25:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c3805affb1d6cb436b76216c48d1866cb91a09de (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added safe_apply_handler().
Rev: src/interpret.c:1.202
Rev: src/interpret.h:1.87
5:
\*/ /*
-
* $Id: interpret.h,v 1.
86
2001/
05
/
24
23
:
07
:
23
grubba Exp $
+
* $Id: interpret.h,v 1.
87
2001/
06
/
08
16
:
25
:
48
grubba Exp $
*/ #ifndef INTERPRET_H #define INTERPRET_H
306:
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(struct object *o, char *fun ,INT32 args);
+
PMOD_EXPORT void safe_apply_handler(const char *fun,
+
struct object *handler,
+
struct object *compat,
+
INT32 args);
PMOD_EXPORT void apply_lfun(struct object *o, int fun, int args); PMOD_EXPORT void apply_shared(struct object *o, struct pike_string *fun,