summaryrefslogtreecommitdiff
path: root/cups/file.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
commitfa73b22906f71080fa5056485d8204612717adac (patch)
treef2f23b68c20d1fc9a85301527690aca5efa382df /cups/file.h
parent4a09f02d10d679af0b04d36c25f0dcb518e432a4 (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@13 a1ca3aef-8c08-0410-bb20-df032aa958be
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 $".
*/