common: It helps to include the kodak605 backend.
parent
c4f69bde76
commit
97ce8262b7
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "backend_common.h"
|
||||
|
||||
#define BACKEND_VERSION "0.21"
|
||||
#define BACKEND_VERSION "0.22"
|
||||
#ifndef URI_PREFIX
|
||||
#define URI_PREFIX "gutenprint+usb"
|
||||
#endif
|
||||
|
@ -233,6 +233,7 @@ abort:
|
|||
static struct dyesub_backend *backends[] = {
|
||||
&canonselphy_backend,
|
||||
&kodak6800_backend,
|
||||
&kodak605_backend,
|
||||
&kodak1400_backend,
|
||||
&shinkos2145_backend,
|
||||
&updr150_backend,
|
||||
|
|
|
@ -132,6 +132,7 @@ extern int terminate;
|
|||
/* External data */
|
||||
extern struct dyesub_backend updr150_backend;
|
||||
extern struct dyesub_backend kodak6800_backend;
|
||||
extern struct dyesub_backend kodak605_backend;
|
||||
extern struct dyesub_backend kodak1400_backend;
|
||||
extern struct dyesub_backend shinkos2145_backend;
|
||||
extern struct dyesub_backend canonselphy_backend;
|
||||
|
|
Loading…
Reference in New Issue