diff options
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 |