]>
git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/banners.h
2 * Banner definitions for the CUPS scheduler.
4 * Copyright 2007-2010 by Apple Inc.
5 * Copyright 1997-2006 by Easy Software Products.
7 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
11 * Banner information structure...
14 typedef struct /**** Banner file information ****/
16 char *name
; /* Name of banner */
17 mime_type_t
*filetype
; /* Filetype for banner */
25 VAR cups_array_t
*Banners
VALUE(NULL
);
26 /* Available banner files */
33 extern cupsd_banner_t
*cupsdFindBanner(const char *name
);
34 extern void cupsdLoadBanners(const char *d
);