summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/netstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ConnectionNotify/src/netstat.h')
-rw-r--r--plugins/ConnectionNotify/src/netstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ConnectionNotify/src/netstat.h b/plugins/ConnectionNotify/src/netstat.h
index ccfff64a0c..8ea8ed564a 100644
--- a/plugins/ConnectionNotify/src/netstat.h
+++ b/plugins/ConnectionNotify/src/netstat.h
@@ -1,5 +1,5 @@
#pragma once
-
+
struct CONNECTION
@@ -16,5 +16,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);
+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); \ No newline at end of file