]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/language-private.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / language-private.h
index 6a2a886b1320075edf232ea48eabfd917dc4642f..a597cd3f0a42560ab41a418db5b841be0d3debc3 100644 (file)
@@ -1,18 +1,16 @@
 /*
- * "$Id$"
+ * Private localization support for CUPS.
  *
- *   Private localization support for CUPS.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007-2010 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file.  If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
  *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 #ifndef _CUPS_LANGUAGE_PRIVATE_H_
@@ -71,6 +69,7 @@ extern const char     *_cupsLangString(cups_lang_t *lang,
 extern void            _cupsMessageFree(cups_array_t *a);
 extern cups_array_t    *_cupsMessageLoad(const char *filename, int unquote);
 extern const char      *_cupsMessageLookup(cups_array_t *a, const char *m);
+extern cups_array_t    *_cupsMessageNew(void *context);
 extern void            _cupsSetLocale(char *argv[]);
 
 
@@ -79,7 +78,3 @@ extern void           _cupsSetLocale(char *argv[]);
 #  endif /* __cplusplus */
 
 #endif /* !_CUPS_LANGUAGE_PRIVATE_H_ */
-
-/*
- * End of "$Id$".
- */