diff options
Diffstat (limited to 'include/sync.h')
-rw-r--r-- | include/sync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sync.h b/include/sync.h index 6345513..a27fb93 100644 --- a/include/sync.h +++ b/include/sync.h @@ -18,7 +18,7 @@ struct sync_mode { void (*run)(int step); }; -extern struct sync_mode notrack; -extern struct sync_mode nack; +extern struct sync_mode alarm; +extern struct sync_mode ftfw; #endif |