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.
50
2006
/
11
/
10
13
:
35
:
34
per
Exp $
+
|| $Id: roxen.c,v 1.
51
2008
/
06
/
28
23
:
06
:
02
nilsson
Exp $
*/ #define NO_PIKE_SHORTHAND #include "global.h" #include "config.h" #include "machine.h"
pike.git/src/modules/_Roxen/roxen.c:575:
tFunc(tStr,tStr), 0 ); ADD_FUNCTION("html_encode_string", f_html_encode_string, tFunc(tMix,tStr), 0 ); start_new_program(); ADD_STORAGE( struct header_buf ); set_init_callback( f_hp_init ); set_exit_callback( f_hp_exit ); ADD_FUNCTION( "feed", f_hp_feed, tFunc(tStr,tArr(tOr(tStr,tMapping))), 0 );
-
ADD_FUNCTION( "create", f_hp_create, tFunc(tNone,tVoid), ID_
STATIC
);
+
ADD_FUNCTION( "create", f_hp_create, tFunc(tNone,tVoid), ID_
PROTECTED
);
end_class( "HeaderParser", 0 ); } PIKE_MODULE_EXIT { }