We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eb1a2 commit 9873f81Copy full SHA for 9873f81
lib/gamepad/gamepad.c
@@ -52,10 +52,6 @@ static inline int skterr()
52
#endif
53
}
54
55
-static pthread_mutex_t record_mutex = PTHREAD_MUTEX_INITIALIZER;
56
-static struct timeval record_start_time;
57
-static int record_active = 0;
58
-
59
in_addr_t get_real_server_address()
60
{
61
if (SERVER_ADDRESS == VANILLA_ADDRESS_DIRECT) {
@@ -125,7 +121,7 @@ void set_socket_rcvtimeo(int skt, uint64_t microseconds)
125
121
#endif // _WIN32
126
122
127
123
128
-static int create_socket(int *socket_out, in_port_t port)
124
+int create_socket(int *socket_out, in_port_t port)
129
130
sockaddr_u addr;
131
size_t addr_size;
0 commit comments