mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-04 09:31:13 +03:00
Merge branch 'master' of github.com:yrutschle/sslh
This commit is contained in:
commit
fe25928e18
8
common.h
8
common.h
@ -34,6 +34,10 @@
|
|||||||
#include <sys/capability.h>
|
#include <sys/capability.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <AvailabilityMacros.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
@ -182,6 +186,10 @@ extern struct sslhcfg_item cfg;
|
|||||||
extern struct addrinfo *addr_listen;
|
extern struct addrinfo *addr_listen;
|
||||||
extern const char* server_type;
|
extern const char* server_type;
|
||||||
|
|
||||||
|
#if defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < 1080)
|
||||||
|
extern int hosts_ctl();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* sslh-fork.c */
|
/* sslh-fork.c */
|
||||||
void start_shoveler(int);
|
void start_shoveler(int);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user