main.c
changeset 127 c620eacd7630
parent 104 dc4dd9939238
child 131 a3a845cb04a7
equal deleted inserted replaced
126:fb735236b5a5 127:c620eacd7630
    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.2 - a task queue system for the unix user.\n"
    27 static char version[] = "Task Spooler v0.4 - 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 
    30 
    31 static void default_command_line()
    31 static void default_command_line()
    32 {
    32 {