25 #include <bitz/modifier.h>
34 std::string module_path;
35 std::string module_name;
48 void load_configs() throw();
49 void init_python() throw();
50 void cleanup_python() throw();
52 icap::Response * python_response(
icap::Request * request, const
std::
string &method ) throw();
Definition: response.h:29
icap::Response * preview(icap::Request *request)
Definition: py.cpp:63
Definition: modifier.h:29
icap::Response * modify(icap::Request *request)
Definition: py.cpp:55