2.0 alpha
[apps/core/preloaded/calendar.git] / src / edit-map.h
similarity index 66%
rename from src/view-ring.h
rename to src/edit-map.h
index 9975919..be28820 100755 (executable)
   */
 
 
+#ifndef __CALENDAR_EDIT_MAP_H__
+#define __CALENDAR_EDIT_MAP_H__
 
+#include "cld.h"
 
+typedef struct {
+       char *addr;
+       double lat;
+       double lon;
+}cal_edit_data_loc;
 
+#ifndef _TIZEN_PUBLIC_
 
-#ifndef __CALENDAR_RING_H__
-#define __CALENDAR_RING_H__
-
-#include "cld.h"
+void cal_edit_push_map_view(struct appdata *ad, cal_edit_data_loc *loc_data, Evas_Object *loc_entry);
 
-int cal_ring_add_alarm(struct appdata *ad, Eina_List *csl);
+#endif /* _TIZEN_PUBLIC_ */
 
-#endif /* __CALENDAR_RING_H__ */
+#endif /* __CALENDAR_EDIT_MAP_H__ */
\ No newline at end of file