/* * $Id$ */ #ifndef _XMLRPC_H_ #define _XMLRPC_H_ #include "webserver.h" extern void xml_handle(WS_CONNINFO *pwsc); #endif /* _XMLRPC_H_ */