]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/file.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / file.h
index fa9088c15a5486f8b626f5ab391ef73473679e74..39cc07008a0a6c93e11c0c89d58c2b3d1b201fe6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: file.h 4933 2006-01-16 00:26:57Z mike $"
+ * "$Id: file.h 5057 2006-02-02 20:38:29Z mike $"
  *
  *   Public file definitions for the Common UNIX Printing System (CUPS).
  *
@@ -75,7 +75,8 @@ extern int            cupsFileClose(cups_file_t *fp);
 extern int             cupsFileCompression(cups_file_t *fp);
 extern int             cupsFileEOF(cups_file_t *fp);
 extern const char      *cupsFileFind(const char *filename, const char *path,
-                                     char *buffer, int bufsize);
+                                     int executable, char *buffer,
+                                     int bufsize);
 extern int             cupsFileFlush(cups_file_t *fp);
 extern int             cupsFileGetChar(cups_file_t *fp);
 extern char            *cupsFileGetConf(cups_file_t *fp, char *buf, size_t buflen,
@@ -103,5 +104,5 @@ extern ssize_t              cupsFileWrite(cups_file_t *fp, const char *buf, size_t bytes);
 #endif /* !_CUPS_FILE_H_ */
 
 /*
- * End of "$Id: file.h 4933 2006-01-16 00:26:57Z mike $".
+ * End of "$Id: file.h 5057 2006-02-02 20:38:29Z mike $".
  */