aboutsummaryrefslogtreecommitdiff
path: root/src/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.c')
-rw-r--r--src/event.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/event.c b/src/event.c
index 548a316..0e19d7b 100644
--- a/src/event.c
+++ b/src/event.c
@@ -1,8 +1,8 @@
#include "wydawca.h"
void
-notify(struct notification *n, struct file_triplet *t,
- enum notification_event e)
+notify(struct notification *n, struct wy_triplet *t,
+ enum wy_event e)
{
for (; n; n = n->next)
if (n->ev == e) {
@@ -14,7 +14,7 @@ notify(struct notification *n, struct file_triplet *t,
void
notify_stats()
{
- notify(default_notification, NULL, ev_statistics);
+ notify(default_notification, NULL, wy_ev_statistics);
}
void

Return to:

Send suggestions and report system problems to the System administrator.