]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/ippevepcl.c
Stub out the PS and PCL print commands for ippeveprinter.
[thirdparty/cups.git] / test / ippevepcl.c
index b1cf055020ee06b34535cab2940ba1f8c2647b1c..3601341d0748b9d6234b4817ff6b985eab5674ff 100644 (file)
  */
 
 #include "ippevecommon.h"
+
+
+/*
+ * 'main()' - Main entry for PCL printer command.
+ */
+
+int                                    /* O - Exit status */
+main(int  argc,                                /* I - Number of command-line arguments */
+     char *argv[])                     /* I - Command-line arguments */
+{
+  (void)argc;
+  (void)argv;
+
+  return (0);
+}