pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
1997-02-11
1997-02-11 07:20:15 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c15240cef103144d2d60a5457ac0bbc610d9c715 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
add_function_constant added
Rev: src/program.c:1.20
Rev: src/program.h:1.12
220:
int add_program_constant(char *name, struct program *p, INT32 flags);
+
int add_function_constant(char *name, void (*cfun)(INT32), char * type, INT16 flags);
+
int end_class(char *name, INT32 flags);
INT32 define_function(struct pike_string *name, struct pike_string *type, INT16 flags,