]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/transcode.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / transcode.h
index 92782685522a1ed0b878046ae4058310aa70e3f1..20d13db0eefc041e9dc401974716f88a5a409ba4 100644 (file)
@@ -1,18 +1,16 @@
 /*
- * "$Id: transcode.h 6649 2007-07-11 21:46:42Z mike $"
+ * Transcoding definitions for CUPS.
  *
- *   Transcoding definitions for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007 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_TRANSCODE_H_
@@ -57,25 +55,20 @@ typedef unsigned long  cups_vbcs_t; /* VBCS Legacy 32-bit unit */
 extern int     cupsCharsetToUTF8(cups_utf8_t *dest,
                                  const char *src,
                                  const int maxout,
-                                 const cups_encoding_t encoding);
+                                 const cups_encoding_t encoding) _CUPS_API_1_2;
 extern int     cupsUTF8ToCharset(char *dest,
                                  const cups_utf8_t *src,
                                  const int maxout,
-                                 const cups_encoding_t encoding);
+                                 const cups_encoding_t encoding) _CUPS_API_1_2;
 extern int     cupsUTF8ToUTF32(cups_utf32_t *dest,
                                const cups_utf8_t *src,
-                               const int maxout);
+                               const int maxout) _CUPS_API_1_2;
 extern int     cupsUTF32ToUTF8(cups_utf8_t *dest,
                                const cups_utf32_t *src,
-                               const int maxout);
+                               const int maxout) _CUPS_API_1_2;
 
 #  ifdef __cplusplus
 }
 #  endif /* __cplusplus */
 
 #endif /* !_CUPS_TRANSCODE_H_ */
-
-
-/*
- * End of "$Id: transcode.h 6649 2007-07-11 21:46:42Z mike $"
- */