aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-10 15:54:24 +0000
commitf82590c811bcff3f760063859d855865ec083a49 (patch)
tree832f413d9b32894ec68e01ef2b585b0a2d4e67e3 /src/args.h
parentb1d02bf4ff30bc33645ae5f436afcbec6640efda (diff)
downloadcalcurse-f82590c811bcff3f760063859d855865ec083a49.tar.gz
calcurse-f82590c811bcff3f760063859d855865ec083a49.zip
global variable 'colr' suppressed
Diffstat (limited to 'src/args.h')
-rwxr-xr-xsrc/args.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/args.h b/src/args.h
index 2ee5e3d..9de29ee 100755
--- a/src/args.h
+++ b/src/args.h
@@ -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);