aboutsummaryrefslogtreecommitdiffstats
path: root/src/ical.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-04-20 23:10:22 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-04-20 23:10:56 +0200
commit315b33540a008fba0af1cdbad5d3448d98a6e73c (patch)
treeb72a0ee2a1dce0ece7f45fedb45601327a8497b6 /src/ical.c
parent0791eaabca0fb1ef8a8675e47d701bbcde4d4a3f (diff)
downloadcalcurse-315b33540a008fba0af1cdbad5d3448d98a6e73c.tar.gz
calcurse-315b33540a008fba0af1cdbad5d3448d98a6e73c.zip
Mark several functions static
These are not needed outside of the corresponding compilation units. Spotted with "-Wmissing-prototypes". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/ical.c')
-rw-r--r--src/ical.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ical.c b/src/ical.c
index 30e155f..d646072 100644
--- a/src/ical.c
+++ b/src/ical.c
@@ -828,7 +828,7 @@ ical_add_exc (llist_t *exc_head, long date)
* This property defines the list of date/time exceptions for a
* recurring calendar component.
*/
-void
+static void
ical_read_exdate (llist_t *exc, FILE *log, char *exstr, unsigned *noskipped,
const int itemline)
{