Make some OSX-only functions static

Gets rid of function prototype warnings.
This commit is contained in:
Lioncash 2014-10-28 08:36:00 -04:00
commit fd39454ad3
3 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ void DeviceElementDebugPrint(const void *value, void *context)
}
}
void DeviceDebugPrint(IOHIDDeviceRef device)
static void DeviceDebugPrint(IOHIDDeviceRef device)
{
#if 0
#define shortlog(x) NSLog(@"%s: %@", \