summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/netstat.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-25 10:00:22 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-25 10:00:22 +0000
commit77cc30f66c53cd638eb73bb92340c9144114e07a (patch)
treea5462767042dd144390a08ba49be1e7ebfce22ea /plugins/ConnectionNotify/src/netstat.h
parent66fe24c1af7b15aaf749413bf2aacc1d030610e2 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify/src/netstat.h')
-rw-r--r--plugins/ConnectionNotify/src/netstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ConnectionNotify/src/netstat.h b/plugins/ConnectionNotify/src/netstat.h
index ccabf3df4b..fdd0908a72 100644
--- a/plugins/ConnectionNotify/src/netstat.h
+++ b/plugins/ConnectionNotify/src/netstat.h
@@ -17,5 +17,5 @@ struct CONNECTION
struct CONNECTION* GetConnectionsTable();
void deleteConnectionsTable(struct CONNECTION* head);
struct CONNECTION* searchConnection(struct CONNECTION* head,TCHAR *intIp,TCHAR *extIp,int intPort,int extPort,int state);
-void getDnsName(TCHAR *strIp,TCHAR *strHostName);
+void getDnsName(TCHAR *strIp, TCHAR *strHostName, size_t len);
int wildcmp(const TCHAR *wild, const TCHAR *string); \ No newline at end of file