Skip to content

Commit

Permalink
removed obsolete declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
yrutschle committed Dec 8, 2018
1 parent e8654da commit dbc0667
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,9 @@ int start_listen_sockets(int *sockfd[], struct addrinfo *addr_list);
int defer_write(struct queue *q, void* data, int data_size);
int flush_deferred(struct queue *q);

extern int probing_timeout, verbose, inetd, foreground,
background, transparent, numeric;
extern struct sslhcfg_item cfg;
extern struct sockaddr_storage addr_ssl, addr_ssh, addr_openvpn;
extern struct addrinfo *addr_listen;
extern const char* USAGE_STRING;
extern const char* user_name, *pid_file, *chroot_path, *facility;
extern const char* server_type;

/* sslh-fork.c */
Expand Down

0 comments on commit dbc0667

Please sign in to comment.