Remove unnecessary declarations in term.c for wserv builds.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@312 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -34,7 +34,11 @@ CVS_REVISION(network_c)
|
||||
#endif
|
||||
|
||||
extern char hostname[NAME_LEN+1];
|
||||
#ifndef WTERM_C
|
||||
extern int use_socks;
|
||||
#else
|
||||
#define use_socks 0
|
||||
#endif
|
||||
char *socks_user = NULL;
|
||||
|
||||
#if !defined(WTERM_C) && !defined(STERM_C)
|
||||
|
||||
Reference in New Issue
Block a user