diff options
author | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2007-03-14 16:55:44 +0000 |
---|---|---|
committer | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2007-03-14 16:55:44 +0000 |
commit | f7deaa1a21758ec90bf23314af018481ea8aea7f (patch) | |
tree | 28c1e9c935060b27e10b2e9daa788f69508f3726 /backend/backend-private.h | |
parent | b86bc4cf571c35972a94a634ea884baff9799fa9 (diff) | |
download | cups-f7deaa1a21758ec90bf23314af018481ea8aea7f.tar.gz |
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@279 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/backend-private.h')
-rw-r--r-- | backend/backend-private.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/backend/backend-private.h b/backend/backend-private.h index 14b93cc87..91a9926df 100644 --- a/backend/backend-private.h +++ b/backend/backend-private.h @@ -1,9 +1,9 @@ /* - * "$Id: backend-private.h 5771 2006-07-20 18:06:20Z mike $" + * "$Id: backend-private.h 6170 2007-01-02 17:26:41Z mike $" * * Backend support definitions for the Common UNIX Printing System (CUPS). * - * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -33,6 +33,7 @@ */ # include <cups/backend.h> +# include <cups/sidechannel.h> # include <cups/cups.h> # include <cups/debug.h> # include <stdlib.h> @@ -59,7 +60,9 @@ extern int backendGetDeviceID(int fd, char *device_id, int device_id_size, const char *scheme, char *uri, int uri_size); extern int backendGetMakeModel(const char *device_id, char *make_model, int make_model_size); -extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc); +extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc, + void (*side_cb)(int print_fd, int device_fd, + int use_bc)); # ifdef __cplusplus @@ -69,5 +72,5 @@ extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc); /* - * End of "$Id: backend-private.h 5771 2006-07-20 18:06:20Z mike $". + * End of "$Id: backend-private.h 6170 2007-01-02 17:26:41Z mike $". */ |