summaryrefslogtreecommitdiff
path: root/macosx/Psx-Memcard/GetMetadataForFile.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-06-06 16:25:30 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-06-06 16:25:30 +0000
commit99d48611d9604491cc2e95380a2b13e00db4d4b5 (patch)
treeac5ac337cce20302a0226742ec565bc2787c4ee2 /macosx/Psx-Memcard/GetMetadataForFile.h
parentb8990e60c03f545bac3ada06e4034a5508faf337 (diff)
downloadpcsxr-99d48611d9604491cc2e95380a2b13e00db4d4b5.tar.gz
OS X: Begin working on a metadata importer for the memory cards.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90602 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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