diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-10 15:54:24 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-10 15:54:24 +0000 |
commit | f82590c811bcff3f760063859d855865ec083a49 (patch) | |
tree | 832f413d9b32894ec68e01ef2b585b0a2d4e67e3 /src/args.h | |
parent | b1d02bf4ff30bc33645ae5f436afcbec6640efda (diff) | |
download | calcurse-f82590c811bcff3f760063859d855865ec083a49.tar.gz calcurse-f82590c811bcff3f760063859d855865ec083a49.zip |
global variable 'colr' suppressed
Diffstat (limited to 'src/args.h')
-rwxr-xr-x | src/args.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -/* $calcurse: args.h,v 1.4 2006/12/15 15:33:05 culot Exp $ */ +/* $calcurse: args.h,v 1.5 2007/03/10 15:54:25 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2006 Frederic Culot + * Copyright (c) 2004-2007 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,10 +29,10 @@ void usage(); void usage_try(); -int parse_args(int argc, char **argv, int colr); +int parse_args(int argc, char **argv); void version_arg(); void help_arg(); -void todo_arg(int priority, int colr); +void todo_arg(int priority); void next_arg(void); int app_arg(int add_line, int year, int month, int day, long date); void date_arg(char *ddate, int add_line); |