about summary refs log tree commit diff
path: root/csrc/http.h
blob: 5701b27b07dc227725094045dbc01ae287f722e9 (plain)
1
2
3
4
5
#ifndef __HTTP_H__
#define __HTTP_H__
void *handle_client(void *client_socket);
void start_server(int port);
#endif