aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-06-25 13:40:44 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-06-30 14:34:34 +0200
commit244b6c927db34cea9cc83486510af60fd6ae7926 (patch)
tree70ad713c7032533112b748791c405b704432d21a /src/args.c
parent1f2fe16a845b3cdab77c59ddf3ca5ab8f8b738a7 (diff)
downloadcalcurse-244b6c927db34cea9cc83486510af60fd6ae7926.tar.gz
calcurse-244b6c927db34cea9cc83486510af60fd6ae7926.zip
Make day_store_items() public
Remove the "static" keyword from day_store_items(), so that it is accessible from other compilation units. Also, allow for discarding the event/appointment counters by passing NULL pointers and move the "regex.h" header inclusion to "calcurse.h". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/args.c')
-rw-r--r--src/args.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/args.c b/src/args.c
index c87a970..4284886 100644
--- a/src/args.c
+++ b/src/args.c
@@ -41,7 +41,6 @@
#include <limits.h>
#include <getopt.h>
#include <time.h>
-#include <regex.h>
#include "calcurse.h"