pike.git
/
src
/
modules
/
_Roxen
/
roxen.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Roxen/roxen.c:1:
/* || 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 #include "global.h" #include "config.h" #include "machine.h"
pike.git/src/modules/_Roxen/roxen.c:487:
"function(mapping(string:string|array(string)):string)", 0 ); pike_add_function("http_decode_string", f_http_decode_string, "function(string:string)", 0 ); pike_add_function("html_encode_string", f_html_encode_string, "function(mixed:string)", 0 ); 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 ); end_class( "HeaderParser", 0 ); } void pike_module_exit() { }