]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups-private.h
Make PWG media handling APIs public (STR #4267)
[thirdparty/cups.git] / cups / cups-private.h
index 433ee0c93c1597a798515342e36e7e7bb3b72cd6..3d6b60f4ab5f4142c113e3f6eb78b763408c78f6 100644 (file)
@@ -131,7 +131,7 @@ typedef struct _cups_globals_s              /**** CUPS global state data ****/
   cups_array_t         *leg_size_lut,  /* Lookup table for legacy names */
                        *ppd_size_lut,  /* Lookup table for PPD names */
                        *pwg_size_lut;  /* Lookup table for PWG names */
-  _pwg_media_t         pwg_media;      /* PWG media data for custom size */
+  pwg_media_t          pwg_media;      /* PWG media data for custom size */
   char                 pwg_name[65];   /* PWG media name for custom size */
 
   /* request.c */