Remove unnecessary ns_init() function.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@149 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-02-10 11:22:14 +00:00
parent 122849f247
commit 87f24694b9
3 changed files with 0 additions and 11 deletions

View File

@@ -130,7 +130,6 @@ ChannelList * BX_prepare_command (int *, char *, int);
char *do_nslookup (char *, char *, char *, char *, int, void (*func)(), char *);
void set_nslookupfd(fd_set *);
long print_nslookup(fd_set *);
void ns_init(void);
void auto_nslookup();
int freadln(FILE *, char *);