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
parent c0c835d0b6
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: %@", \