mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
udpate em_proxy.h
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* # Safety
|
||||
* Don't be stupid
|
||||
*/
|
||||
void *start_emotional_damage(const char *bind_addr);
|
||||
int start_emotional_damage(const char *bind_addr);
|
||||
|
||||
/**
|
||||
* Stops further emotional damage
|
||||
@@ -28,4 +28,13 @@ void *start_emotional_damage(const char *bind_addr);
|
||||
* # Safety
|
||||
* Don't be stupid
|
||||
*/
|
||||
void stop_emotional_damage(void *handle);
|
||||
void stop_emotional_damage(void);
|
||||
|
||||
/**
|
||||
* Blocks until Wireguard is ready
|
||||
* # Arguments
|
||||
* * `timeout` - The timeout in miliseconds to wait for Wireguard
|
||||
* # Returns
|
||||
* 0 on success, -1 on failure
|
||||
*/
|
||||
int test_emotional_damage(int timeout);
|
||||
|
||||
Reference in New Issue
Block a user