summaryrefslogtreecommitdiff
path: root/macosx/Psx-Memcard/GetMetadataForFile.h
blob: 61846134ab6780ac9f3e32d0a0420441a5ce746b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  GetMetadataForFile.h
//  Pcsxr
//
//  Created by C.W. Betts on 6/6/14.
//
//

#ifndef Pcsxr_GetMetadataForFile_h
#define Pcsxr_GetMetadataForFile_h

#include <CoreFoundation/CoreFoundation.h>

__private_extern Boolean GetMetadataForFile(void *thisInterface, CFMutableDictionaryRef attributes, CFStringRef contentTypeUTI, CFStringRef pathToFile);

#endif