feat: Initial code
This commit is contained in:
12
src/proxy.h
Normal file
12
src/proxy.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PROXY_H
|
||||
#define PROXY_H
|
||||
|
||||
/**
|
||||
* Starts the proxy server on the specified port
|
||||
*
|
||||
* @param port The port to listen on
|
||||
* @return 0 on success, non-zero on failure
|
||||
*/
|
||||
int start_proxy_server(int port);
|
||||
|
||||
#endif // PROXY_H
|
||||
Reference in New Issue
Block a user