/*
- * "$Id: ppd.c,v 1.80 2003/01/28 20:20:19 mike Exp $"
+ * "$Id: ppd.c,v 1.81 2003/01/28 20:21:53 mike Exp $"
*
* PPD file routines for the Common UNIX Printing System (CUPS).
*
#ifndef __APPLE__
static int ppd_compare_groups(ppd_group_t *g0, ppd_group_t *g1);
static int ppd_compare_options(ppd_option_t *o0, ppd_option_t *o1);
+#endif /* !__APPLE__ */
static void ppd_decode(char *string);
+#ifndef __APPLE__
static void ppd_fix(char *string);
#else
# define ppd_fix(s)
/*
- * End of "$Id: ppd.c,v 1.80 2003/01/28 20:20:19 mike Exp $".
+ * End of "$Id: ppd.c,v 1.81 2003/01/28 20:21:53 mike Exp $".
*/