#ifndef CWMP_HTTP_H #define CWMP_HTTP_H #include "http.h" extern pthread_t http_cr_server_thread; void http_server_start(void); #endif