summaryrefslogtreecommitdiff
path: root/cups/backend.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-29 16:52:03 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-29 16:52:03 +0000
commita4d045870e17abe8840b77615c0d59f4b332ee31 (patch)
tree156a1bf6d89ea7d14d78d947a205f7317f4e0a9d /cups/backend.h
parent09ec001812911f8890dad0f164ab9098e22208cf (diff)
downloadcups-a4d045870e17abe8840b77615c0d59f4b332ee31.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@39 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/backend.h')
-rw-r--r--cups/backend.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/cups/backend.h b/cups/backend.h
index a816b2f07..ca107c93f 100644
--- a/cups/backend.h
+++ b/cups/backend.h
@@ -1,5 +1,5 @@
/*
- * "$Id: backend.h 4973 2006-01-25 02:36:02Z mike $"
+ * "$Id: backend.h 5023 2006-01-29 14:39:44Z mike $"
*
* Backend definitions for the Common UNIX Printing System (CUPS).
*
@@ -43,8 +43,15 @@ typedef enum cups_backend_e /**** Backend exit codes ****/
} cups_backend_t;
+/*
+ * Prototypes...
+ */
+
+extern const char *cupsBackendDeviceURI(char **argv);
+
+
#endif /* !_CUPS_BACKEND_H_ */
/*
- * End of "$Id: backend.h 4973 2006-01-25 02:36:02Z mike $".
+ * End of "$Id: backend.h 5023 2006-01-29 14:39:44Z mike $".
*/