main.c
changeset 81 4735cade8213
parent 78 e4d5907f5aaf
child 87 18dc656315eb
equal deleted inserted replaced
80:be0fb7e56061 81:4735cade8213
    22 
    22 
    23 /* Globals for the environment of getopt */
    23 /* Globals for the environment of getopt */
    24 static char getopt_env[] = "POSIXLY_CORRECT=YES";
    24 static char getopt_env[] = "POSIXLY_CORRECT=YES";
    25 static char *old_getopt_env;
    25 static char *old_getopt_env;
    26 
    26 
    27 static char version[] = "Task Spooler v0.3 - a task queue system for the unix user.\n"
    27 static char version[] = "Task Spooler v0.3.1 - a task queue system for the unix user.\n"
    28 "Copyright (C) 2007  Lluis Batlle i Rossell";
    28 "Copyright (C) 2007  Lluis Batlle i Rossell";
    29 
    29 
    30 static void default_command_line()
    30 static void default_command_line()
    31 {
    31 {
    32     command_line.request = c_LIST;
    32     command_line.request = c_LIST;