summaryrefslogtreecommitdiff
path: root/cups/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'cups/file.h')
-rw-r--r--cups/file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cups/file.h b/cups/file.h
index c7de9ef0f..fa9088c15 100644
--- a/cups/file.h
+++ b/cups/file.h
@@ -1,5 +1,5 @@
/*
- * "$Id: file.h 4857 2005-11-30 19:25:17Z mike $"
+ * "$Id: file.h 4933 2006-01-16 00:26:57Z mike $"
*
* Public file definitions for the Common UNIX Printing System (CUPS).
*
@@ -74,6 +74,8 @@ typedef struct _cups_file_s cups_file_t;/**** CUPS file type ****/
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);
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,
@@ -101,5 +103,5 @@ extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf, size_t bytes);
#endif /* !_CUPS_FILE_H_ */
/*
- * End of "$Id: file.h 4857 2005-11-30 19:25:17Z mike $".
+ * End of "$Id: file.h 4933 2006-01-16 00:26:57Z mike $".
*/