summaryrefslogtreecommitdiff
path: root/inc/alarm.h
diff options
context:
space:
mode:
authorAdarsh Shree Ram <adarsh.ram@samsung.com>2016-10-28 14:13:45 +0530
committerAdarsh Shree Ram <adarsh.ram@samsung.com>2016-10-28 15:52:45 +0530
commit7382e837d182e68c5dcddb3f9ffb8100425a35be (patch)
tree3fc473fafe7e09e999c73ad17268c9191b065604 /inc/alarm.h
parent57e4c3c51c50e9e54dbda35145bbb7f71fbc62b9 (diff)
downloadalarm-submit/tizen/20161028.102844.tar.gz
alarm-submit/tizen/20161028.102844.tar.bz2
alarm-submit/tizen/20161028.102844.zip
TSAM-9254 alarm issues related to popup tap correctedsubmit/tizen/20161028.102844
Change-Id: Id52acc31bd10b5f1b22811e405df954c4960a4fa
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();