icwmp/inc/cwmp_http.h

7 lines
136 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);
#endif