]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/serial.c
Load cups into easysw/current.
[thirdparty/cups.git] / backend / serial.c
index 32aa2f4b8d724604423fe68e6034c4852ecee66e..66a0354cf2b8bb5867e6a3dc33ca6f8b7a25a98f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: serial.c 5023 2006-01-29 14:39:44Z mike $"
+ * "$Id: serial.c 5099 2006-02-13 02:46:10Z mike $"
  *
  *   Serial port backend for the Common UNIX Printing System (CUPS).
  *
@@ -585,7 +585,7 @@ main(int  argc,                             /* I - Number of command-line arguments (6 or 7) */
          {
            fprintf(stderr, "DEBUG: Received %d bytes of back-channel data!\n",
                    rbytes);
-            cupsBackchannelWrite(resource, rbytes, 1.0);
+            cupsBackChannelWrite(resource, rbytes, 1.0);
           }
        }
 
@@ -1111,5 +1111,5 @@ list_devices(void)
 
 
 /*
- * End of "$Id: serial.c 5023 2006-01-29 14:39:44Z mike $".
+ * End of "$Id: serial.c 5099 2006-02-13 02:46:10Z mike $".
  */