diff options
author | Frederic Culot <calcurse@culot.org> | 2006-10-16 15:46:30 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-10-16 15:46:30 +0000 |
commit | 42ae927c783c08d2e5c6d4408064ec18934df65b (patch) | |
tree | 49cb5fdd8b5f628a75f31c11ea635bbd37852ab3 /src/args.h | |
parent | e8b26df168ae0b41a973b5bfb9589dd1042f3f6d (diff) | |
download | calcurse-42ae927c783c08d2e5c6d4408064ec18934df65b.tar.gz calcurse-42ae927c783c08d2e5c6d4408064ec18934df65b.zip |
todo_arg() prototype updated
Diffstat (limited to 'src/args.h')
-rwxr-xr-x | src/args.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.h,v 1.2 2006/09/16 09:09:06 culot Exp $ */ +/* $calcurse: args.h,v 1.3 2006/10/16 15:46:30 culot Exp $ */ /* * Calcurse - text-based organizer @@ -32,7 +32,7 @@ void usage_try(); int parse_args(int argc, char **argv, int colr); void version_arg(); void help_arg(); -void todo_arg(int colr); +int todo_arg(int priority, int colr); 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); |