summaryrefslogtreecommitdiff
path: root/macosx/Psx-Memcard/GetMetadataForFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Psx-Memcard/GetMetadataForFile.h')
-rw-r--r--macosx/Psx-Memcard/GetMetadataForFile.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/macosx/Psx-Memcard/GetMetadataForFile.h b/macosx/Psx-Memcard/GetMetadataForFile.h
new file mode 100644
index 00000000..1d876978
--- /dev/null
+++ b/macosx/Psx-Memcard/GetMetadataForFile.h
@@ -0,0 +1,18 @@
+//
+// GetMetadataForFile.h
+// Pcsxr
+//
+// Created by C.W. Betts on 6/6/14.
+//
+//
+
+#ifndef Pcsxr_GetMetadataForFile_h
+#define Pcsxr_GetMetadataForFile_h
+
+#include <CoreFoundation/CoreFoundation.h>
+
+#define __private_extern __attribute__((visibility("hidden")))
+
+__private_extern Boolean GetMetadataForFile(void *thisInterface, CFMutableDictionaryRef attributes, CFStringRef contentTypeUTI, CFStringRef pathToFile);
+
+#endif