Skip to content

Commit

Permalink
Fix proto.h / --disable-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jul 10, 2024
1 parent 9e232d2 commit 056c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ int check_ansi(char *);
void dupwait_notify(char *);
#ifdef TLS
int dcc_fingerprint(int);
void dcc_telnet_hostresolved2(int, int);
#endif
void dcc_telnet_hostresolved2(int, int);

/* dccutil.c */
int increase_socks_max(void);
Expand Down

0 comments on commit 056c153

Please sign in to comment.