diff options
Diffstat (limited to 'plugins/ConnectionNotify/src/filter.h')
-rw-r--r-- | plugins/ConnectionNotify/src/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ConnectionNotify/src/filter.h b/plugins/ConnectionNotify/src/filter.h index 0d40a4cf73..c415f7422e 100644 --- a/plugins/ConnectionNotify/src/filter.h +++ b/plugins/ConnectionNotify/src/filter.h @@ -3,7 +3,7 @@ #define _INC_FILTER
HANDLE startFilterThread();
-BOOL checkFilter(struct CONNECTION *head,struct CONNECTION *conn);
+BOOL checkFilter(struct CONNECTION *head, struct CONNECTION *conn);
#define WM_ADD_FILTER (WM_APP + 1)
#endif
|