From 244b6c927db34cea9cc83486510af60fd6ae7926 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 25 Jun 2012 13:40:44 +0200 Subject: 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 --- src/args.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/args.c') 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 #include #include -#include #include "calcurse.h" -- cgit v1.2.3-54-g00ecf