diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
commit | 4b987f70ac463121f9791eb3493952a77aba495f (patch) | |
tree | 2754295b8dd40b6818ddd80d97a327329de854c0 /src/args.h | |
parent | fdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff) | |
download | calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip |
unuseful headers removed and some functions became static
Diffstat (limited to 'src/args.h')
-rwxr-xr-x | src/args.h | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.h,v 1.7 2007/07/01 17:56:08 culot Exp $ */ +/* $calcurse: args.h,v 1.8 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,18 +27,6 @@ #ifndef CALCURSE_ARGS_H #define CALCURSE_ARGS_H -#include "vars.h" - -void usage(); -void usage_try(); -int parse_args(int argc, char **argv, conf_t *conf); -void version_arg(); -void help_arg(); -void todo_arg(int priority); -void next_arg(void); -int app_arg(int add_line, date_t day, long date); -void date_arg(char *ddate, int add_line); -int check_date(char *date); -void arg_print_date(long date); +int parse_args(int, char **, conf_t *); #endif /* CALCURSE_ARGS_H */ |