aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recur.c')
-rw-r--r--src/recur.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/recur.c b/src/recur.c
index 801346d..69706b0 100644
--- a/src/recur.c
+++ b/src/recur.c
@@ -140,6 +140,11 @@ void recur_apoint_llist_init(void)
LLIST_TS_INIT(&recur_alist_p);
}
+void recur_event_llist_init(void)
+{
+ LLIST_INIT(&recur_elist);
+}
+
void recur_apoint_free(struct recur_apoint *rapt)
{
mem_free(rapt->mesg);