8 lines
118 B
C
8 lines
118 B
C
#ifndef _HTTPD_H
|
|
#define _HTTPD_H
|
|
|
|
#include "../client.h"
|
|
|
|
void start_httpd_service(struct proxy_service *ps);
|
|
|
|
#endif |