mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
7 lines
136 B
C
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
|