tizen 2.3 release
[apps/home/b2-clocksetting.git] / include / setting-reset.h
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 /*
12  * setting-reset.h
13  *
14  *  Created on: Oct 10, 2013
15  *      Author: min-hoyun
16  */
17
18 #ifndef SETTING_RESET_H_
19 #define SETTING_RESET_H_
20
21 #include <Elementary.h>
22 #include <libintl.h>
23 #include <string.h>
24 #include <dd-deviced.h>
25
26 #define PREDEF_FACTORY_RESET "launchfr"
27
28 void _reset_popup_cb(void *data, Evas_Object *obj, void *event_info);
29
30
31 #endif /* SETTING_RESET_H_ */