]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Revert change to _pwgMediaTypeForType function.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 15 Mar 2013 17:09:54 +0000 (17:09 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 15 Mar 2013 17:09:54 +0000 (17:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10911 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ppd-cache.c

index 2f0fbc6d8bb2ff4a24cc05ccd7dd0cfb1794d9b1..c4fd73a9baebdc683531c884bdc0ba10af8a0b0a 100644 (file)
@@ -38,7 +38,7 @@
  *   _ppdCacheWriteFile()      - Write PWG mapping data to a file.
  *   _pwgInputSlotForSource()  - Get the InputSlot name for the given PWG
  *                               media-source.
- *   pwgMediaTypeForType()    - Get the MediaType name for the given PWG
+ *   _pwgMediaTypeForType()    - Get the MediaType name for the given PWG
  *                               media-type.
  *   _pwgPageSizeForMedia()    - Get the PageSize name for the given media.
  *   pwg_ppdize_name()         - Convert an IPP keyword to a PPD keyword.
@@ -2530,12 +2530,12 @@ _pwgInputSlotForSource(
 
 
 /*
- * 'pwgMediaTypeForType()' - Get the MediaType name for the given PWG
+ * '_pwgMediaTypeForType()' - Get the MediaType name for the given PWG
  *                            media-type.
  */
 
 const char *                           /* O - MediaType name */
-pwgMediaTypeForType(
+_pwgMediaTypeForType(
     const char *media_type,            /* I - PWG media-type */
     char       *name,                  /* I - Name buffer */
     size_t     namesize)               /* I - Size of name buffer */