max_cache_entries isn't used anywhere
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4717 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
78b996033a
commit
c94460fefc
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
class JNL_AsyncDNS
|
||||
{
|
||||
public:
|
||||
JNL_AsyncDNS(int max_cache_entries=64);
|
||||
JNL_AsyncDNS();
|
||||
~JNL_AsyncDNS();
|
||||
|
||||
int resolve(char *hostname, unsigned long *addr); // return 0 on success, 1 on wait, -1 on unresolvable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue