summaryrefslogtreecommitdiff
path: root/extensions/source/macosx/spotlight/GetMetadataForFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/macosx/spotlight/GetMetadataForFile.h')
-rw-r--r--extensions/source/macosx/spotlight/GetMetadataForFile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/macosx/spotlight/GetMetadataForFile.h b/extensions/source/macosx/spotlight/GetMetadataForFile.h
index e0447f082f5e..51086827ed24 100644
--- a/extensions/source/macosx/spotlight/GetMetadataForFile.h
+++ b/extensions/source/macosx/spotlight/GetMetadataForFile.h
@@ -17,13 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_MACOSX_SPOTLIGHT_GETMETADATAFORFILE_H
-#define INCLUDED_EXTENSIONS_SOURCE_MACOSX_SPOTLIGHT_GETMETADATAFORFILE_H
+#pragma once
Boolean GetMetadataForFile(
void * thisInterface, CFMutableDictionaryRef attributes,
CFStringRef contentTypeUTI, CFStringRef pathToFile);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */