aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut+Monitoring.m
diff options
context:
space:
mode:
authorJonathan Rahn2014-01-06 13:59:26 +0100
committerJonathan Rahn2014-01-06 13:59:26 +0100
commitf1228d6594f59b240fd41477f55289930d469cac (patch)
tree16450f242488282eec8789c2d54fe31f13d2e168 /MASShortcut+Monitoring.m
parent9edbf670f506602ea3b7cba0cfa38f056ac32813 (diff)
downloadMASShortcut-f1228d6594f59b240fd41477f55289930d469cac.tar.bz2
Silence compiler warning "No previous prototype for function..." and added an explicit typecast, update README with a hint to the view's height
Diffstat (limited to 'MASShortcut+Monitoring.m')
-rw-r--r--MASShortcut+Monitoring.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/MASShortcut+Monitoring.m b/MASShortcut+Monitoring.m
index bd0282b..b6750b4 100644
--- a/MASShortcut+Monitoring.m
+++ b/MASShortcut+Monitoring.m
@@ -1,9 +1,9 @@
#import "MASShortcut+Monitoring.h"
-NSMutableDictionary *MASRegisteredHotKeys();
-BOOL InstallCommonEventHandler();
+NSMutableDictionary *MASRegisteredHotKeys(void);
+BOOL InstallCommonEventHandler(void);
BOOL InstallHotkeyWithShortcut(MASShortcut *shortcut, UInt32 *outCarbonHotKeyID, EventHotKeyRef *outCarbonHotKey);
-void UninstallEventHandler();
+void UninstallEventHandler(void);
#pragma mark -