diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-25 10:00:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-25 10:00:22 +0000 |
commit | 77cc30f66c53cd638eb73bb92340c9144114e07a (patch) | |
tree | a5462767042dd144390a08ba49be1e7ebfce22ea /plugins/ConnectionNotify/src/netstat.h | |
parent | 66fe24c1af7b15aaf749413bf2aacc1d030610e2 (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.h | 2 |
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 |