]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testi18n.c
Load cups into easysw/current.
[thirdparty/cups.git] / cups / testi18n.c
index a141d80f4315adb30a620ab5c5007382ad0269ea..8b0fbad2f6c5dd6470601f2579066cca01ed97e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: testi18n.c 4767 2005-10-10 19:23:23Z mike $"
+ * "$Id: testi18n.c 5195 2006-02-27 21:05:46Z mike $"
  *
  *   Internationalization test for Common UNIX Printing System (CUPS).
  *
@@ -156,7 +156,7 @@ print_synopsis(void)
  * 'print_utf8()' - Print UTF-8 string with (optional) message.
  */
 
-void
+static void
 print_utf8(const char       *msg,      /* I - Message String */
           const cups_utf8_t *src)      /* I - UTF-8 Source String */
 {
@@ -174,7 +174,7 @@ print_utf8(const char            *msg,      /* I - Message String */
  * 'print_utf16()' - Print UTF-16 string with (optional) message.
  */
 
-void
+static void
 print_utf16(const char        *msg,    /* I - Message String */
            const cups_utf16_t *src)    /* I - UTF-16 Source String */
 {
@@ -191,7 +191,7 @@ print_utf16(const char             *msg,    /* I - Message String */
  * 'print_utf32()' - Print UTF-32 string with (optional) message.
  */
 
-void
+static void
 print_utf32(const char        *msg,    /* I - Message String */
            const cups_utf32_t *src)    /* I - UTF-32 Source String */
 {
@@ -787,5 +787,5 @@ test_normalize(const int verbose)   /* I - Verbose flag */
 
 
 /*
- * End of "$Id: testi18n.c 4767 2005-10-10 19:23:23Z mike $"
+ * End of "$Id: testi18n.c 5195 2006-02-27 21:05:46Z mike $"
  */