#ifndef SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_ #define SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_ #include class WebDebugConnection; void WriteStandardHeader(WebDebugConnection * connection, const char * title); void WriteStandardFooter(WebDebugConnection * connection, const char * user_script = NULL); #endif // SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_