pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-14
2002-10-14 13:41:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
18b08224c0288493e18b5949ef8901158fba2386 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, fixed typo.
Rev: src/modules/_Roxen/roxen.c:1.31
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: roxen.c,v 1.
30
2002/10/14 13:
03
:
27
grubba Exp $
+
|| $Id: roxen.c,v 1.
31
2002/10/14 13:
41
:
02
grubba Exp $
*/ #define NO_PIKE_SHORTHAND
494:
start_new_program(); ADD_STORAGE( struct header_buf );
-
set_
exit
_callback( f_hp_init );
+
set_
init
_callback( f_hp_init );
set_exit_callback( f_hp_exit ); pike_add_function( "feed", f_hp_feed, "function(string:array(string|mapping))",0 ); pike_add_function( "create", f_hp_create, "function(:void)", ID_STATIC );