pike.git/
src/
post_modules/
Shuffler/
d_source_pikestream.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-01-29
2016-01-29 19:09:28 by Martin Nilsson <nilsson@fastmail.com>
362e4e7c154ad896b6a51f5ca42d0072eb35f379 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
add_function to ADD_FUNCTION rewrites.
198:
{ start_new_program(); ADD_STORAGE( struct callback_prog );
-
add
_
function
("`()", f_got_data,
"function
(
int
,
string:void
)
"
,0);
+
ADD
_
FUNCTION
("`()", f_got_data,
tFunc
(
tInt tStr
,
tVoid
),0);
callback_program = end_program(); }