icwmp/src/cwmp_http.h

8 lines
165 B
C

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