emsApplication/applications/WebConfigure/cgiCommon/handleHeader.h

9 lines
174 B
C++

#ifndef __HANDLE_HTML_HEADER__
#define __HANDLE_HTML_HEADER__
#include <string>
void handleHtmlHeader(const std::string& page_title ="Shanghai Huijue EMS device");
#endif