mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Run "make autostyle."
This commit is contained in:
@@ -40,10 +40,10 @@
|
||||
#define raw_socketpair tor_ersatz_socketpair
|
||||
#define raw_closesocket closesocket
|
||||
#define snprintf _snprintf
|
||||
#else
|
||||
#else /* !(defined(_WIN32)) */
|
||||
#define raw_socketpair socketpair
|
||||
#define raw_closesocket close
|
||||
#endif
|
||||
#endif /* defined(_WIN32) */
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -55,7 +55,7 @@ typedef SOCKET tor_control_socket_t;
|
||||
#else
|
||||
typedef int tor_control_socket_t;
|
||||
#define INVALID_TOR_CONTROL_SOCKET (-1)
|
||||
#endif
|
||||
#endif /* defined(_WIN32) */
|
||||
|
||||
/** DOCDOC */
|
||||
tor_control_socket_t tor_main_configuration_setup_control_socket(
|
||||
|
||||
Reference in New Issue
Block a user