]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/locale_.h
(no commit message)
[imagemagick] / MagickCore / locale_.h
index 98ee0fc3c66b9d2db21b494e24be916c503456f4..930e2bd143d2aa71804b4d423b99b0d201b171d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -56,21 +56,13 @@ extern MagickExport LinkedListInfo
   *GetLocaleOptions(const char *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  ListLocaleInfo(FILE *,ExceptionInfo *),
-  LocaleComponentGenesis(void);
+  ListLocaleInfo(FILE *,ExceptionInfo *);
 
 extern MagickExport ssize_t
   FormatLocaleFile(FILE *,const char *restrict,...)
-    magick_attribute((format (printf,2,3))),
-  FormatLocaleFileList(FILE *,const char *restrict,va_list)
-    magick_attribute((format (printf,2,0))),
+    magick_attribute((__format__ (__printf__,2,3))),
   FormatLocaleString(char *restrict,const size_t,const char *restrict,...)
-    magick_attribute((format (printf,3,4))),
-  FormatLocaleStringList(char *restrict,const size_t,const char *restrict,
-    va_list) magick_attribute((format (printf,3,0)));
-
-extern MagickExport void
-  LocaleComponentTerminus(void);
+    magick_attribute((__format__ (__printf__,3,4)));
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }