mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-14 04:49:58 +01:00
8 lines
165 B
C
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
|