Caudium API
 
    Caudium.so API
Caudiumlib API
These are Caudiumlib API calls that are not compatibility (eg. Roxen 1.x) calls. Some may have the same name, though, because they have same usage or code since the Roxen days.
Compatibility API
Caudium has a full Roxen 1.3 compatibility API. Here are the calls, most of which are enabled by default (by defining the API_COMPAT macro in the Caudium configuration include file).

roxenlib compat calls
Are accessible by simple statements:
inherit "caudiumlib";
or
inherit "roxenlib";

Other calls
These calls were usualy used directly in Roxen days because they were present in toplevel pike functions. Now they are located in another place and are still provided in toplevel Pike when running Caudium with API_COMPAT set on.
Pike undocumented API
There are some Pike call that are not documented in the module reference that are really usefull for Caudium Programmers.
_Roxen API
 
HTML OK CSS