diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-20 19:30:24 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-20 19:30:24 +0000 |
commit | 1e8dbc1ff44b65c0fbe4e83fa5a22641c9ab9f47 (patch) | |
tree | d6f85e20e1fa76becf6841a6f6d279a5e45a2543 /plugins/ConnectionNotify/src/netstat.h | |
parent | 33c323624f6e03ab35002e382299e9a074c8cb3b (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.h | 3 |
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 |