]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/banners.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / banners.h
index 668c5ade87f7c15ec65f67a2b2f5b91fe3cfc403..8c99774d89fdc0ba562853a90bb7a6498a1e4782 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: banners.h 4968 2006-01-24 03:56:31Z mike $"
+ * "$Id: banners.h 5062 2006-02-03 16:36:24Z mike $"
  *
  *   Banner definitions for the Common UNIX Printing System (CUPS).
  *
@@ -26,9 +26,9 @@
  * Banner information structure...
  */
 
-typedef struct
+typedef struct                         /**** Banner file information ****/
 {
-  char         name[256];              /* Name of banner */
+  char         *name;                  /* Name of banner */
   mime_type_t  *filetype;              /* Filetype for banner */
 } cupsd_banner_t;
 
@@ -52,5 +52,5 @@ extern void           cupsdLoadBanners(const char *d);
 
 
 /*
- * End of "$Id: banners.h 4968 2006-01-24 03:56:31Z mike $".
+ * End of "$Id: banners.h 5062 2006-02-03 16:36:24Z mike $".
  */