summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/netstat.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-03-20 19:30:24 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-03-20 19:30:24 +0000
commit1e8dbc1ff44b65c0fbe4e83fa5a22641c9ab9f47 (patch)
treed6f85e20e1fa76becf6841a6f6d279a5e45a2543 /plugins/ConnectionNotify/src/netstat.h
parent33c323624f6e03ab35002e382299e9a074c8cb3b (diff)
ConnectionNotify:
-Fixed some big memory leaks git-svn-id: http://svn.miranda-ng.org/main/trunk@12455 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify/src/netstat.h')
-rw-r--r--plugins/ConnectionNotify/src/netstat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ConnectionNotify/src/netstat.h b/plugins/ConnectionNotify/src/netstat.h
index fdd0908a72..ccfff64a0c 100644
--- a/plugins/ConnectionNotify/src/netstat.h
+++ b/plugins/ConnectionNotify/src/netstat.h
@@ -17,5 +17,4 @@ 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, size_t len);
-int wildcmp(const TCHAR *wild, const TCHAR *string); \ No newline at end of file
+void getDnsName(TCHAR *strIp, TCHAR *strHostName, size_t len); \ No newline at end of file