]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/test1284.c
Load cups into easysw/current.
[thirdparty/cups.git] / backend / test1284.c
index 8491fd0ced712e7bc0f1fba36be0079f73e2c40e..4d77cc68fd1a9fef34ae0a2973fc8fcf37d26b43 100644 (file)
@@ -41,6 +41,7 @@
 #  include <unistd.h>
 #  include <fcntl.h>
 #endif /* WIN32 */
+
 #define DEBUG
 #include "ieee1284.c"
 
@@ -76,8 +77,8 @@ main(int  argc,                               /* I - Number of command-line args */
 
     printf("%s:\n", argv[i]);
 
-    get_device_id(fd, device_id, sizeof(device_id), make_model,
-                  sizeof(make_model), "test", uri, sizeof(uri));
+    backendGetDeviceID(fd, device_id, sizeof(device_id), make_model,
+                       sizeof(make_model), "test", uri, sizeof(uri));
 
     printf("    device_id=\"%s\"\n", device_id);
     printf("    make_model=\"%s\"\n", make_model);