diff options
Diffstat (limited to 'plugins/Folders/hooked_events.h')
-rw-r--r-- | plugins/Folders/hooked_events.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Folders/hooked_events.h b/plugins/Folders/hooked_events.h index 92401e9850..7a2d427e18 100644 --- a/plugins/Folders/hooked_events.h +++ b/plugins/Folders/hooked_events.h @@ -24,13 +24,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
#include "services.h"
-extern HANDLE hModulesLoaded;
extern HANDLE hOptionsInitialize;
int UnhookEvents();
int HookEvents();
-int OnModulesLoaded(WPARAM wParam, LPARAM lParam);
int OnOptionsInitialize(WPARAM wParam, LPARAM lParam);
#endif
\ No newline at end of file |