]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/mac.h
Update web pages
[imagemagick] / MagickCore / mac.h
index f13c7701c3a8848e35201a100fedec81712cbd45..f7aa07e4ce8b712af81aa05154a545e8092929ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
 #ifndef _MAGICKCORE_MAC_H
 #define _MAGICKCORE_MAC_H
 
-#if defined(__cplusplus) || defined(c_plusplus)
-extern "C" {
-#endif
-
 #include <locale.h>
 #include <Errors.h>
 #include <Files.h>
 #include <errno.h>
 
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
 #if defined(_MAGICKCORE_POSIX_SUPPORT_VERSION)
 # include <dirent.h>
 # if !defined(DISABLE_SIOUX)
@@ -100,7 +100,7 @@ extern MagickExport struct dirent
   *readdir(DIR *);
 
 extern MagickExport void
-  seekdir(DIR *,long
+  seekdir(DIR *,long),
   closedir(DIR *);
 #endif