summaryrefslogtreecommitdiff
path: root/inc/alarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/alarm.h')
-rwxr-xr-xinc/alarm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/alarm.h b/inc/alarm.h
index 53c453f..01bcea1 100755
--- a/inc/alarm.h
+++ b/inc/alarm.h
@@ -58,7 +58,7 @@ typedef enum {
NORMAL_MODE ,
EDIT_MODE,
} mode_type;
-void update_genlist(int last_alarm_id, int edit_mode, int type);
+void update_genlist(mode_type e, int type);
void update_genlist_first();
void populate_genlist();
void end_genlist();