summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sync.h b/include/sync.h
index e6ce327..39e0f46 100644
--- a/include/sync.h
+++ b/include/sync.h
@@ -18,7 +18,7 @@ struct sync_mode {
void (*run)(void);
};
-extern struct sync_mode alarm;
-extern struct sync_mode ftfw;
+extern struct sync_mode sync_alarm;
+extern struct sync_mode sync_ftfw;
#endif