common: It helps to include the kodak605 backend.

This commit is contained in:
Solomon Peachy 2013-11-21 22:04:48 -05:00
parent c4f69bde76
commit 97ce8262b7
2 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -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;