From: mike Date: Fri, 15 Mar 2013 17:09:54 +0000 (+0000) Subject: Revert change to _pwgMediaTypeForType function. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10aef5b7103f86b0e632aca548ba49413458bc99;p=thirdparty%2Fcups.git Revert change to _pwgMediaTypeForType function. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10911 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c index 2f0fbc6d8b..c4fd73a9ba 100644 --- a/cups/ppd-cache.c +++ b/cups/ppd-cache.c @@ -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 */