summaryrefslogtreecommitdiff
path: root/test/ippevepcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ippevepcl.c')
-rw-r--r--test/ippevepcl.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/ippevepcl.c b/test/ippevepcl.c
index b1cf05502..3601341d0 100644
--- a/test/ippevepcl.c
+++ b/test/ippevepcl.c
@@ -12,3 +12,18 @@
*/
#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);
+}