test
[apps/core/preloaded/calendar.git] / include / acct-svc.h
index cc2710e..15d0537 100755 (executable)
@@ -1,26 +1,20 @@
 /*
+  *
+  *  Copyright 2012  Samsung Electronics Co., Ltd
+  *
+  *  Licensed under the Flora License, Version 1.0 (the "License");
+  *  you may not use this file except in compliance with the License.
+  *  You may obtain a copy of the License at
+  *
+  *      http://www.tizenopensource.org/license
+  *
+  *  Unless required by applicable law or agreed to in writing, software
+  *  distributed under the License is distributed on an "AS IS" BASIS,
+  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  *  See the License for the specific language governing permissions and
+  *  limitations under the License.
+  */
 
-Copyright (c) 2000-2012 Samsung Electronics Co., Ltd All Rights Reserved
-
-This file is part of org.tizen.efl-calendar
-Written by Taeho Kang <taeho84.kang@samsung.com>
-
-PROPRIETARY/CONFIDENTIAL
-
-This software is the confidential and proprietary information of
-SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
-disclose such Confidential Information and shall use it only in
-accordance with the terms of the license agreement you entered
-into with SAMSUNG ELECTRONICS.
-
-SAMSUNG make no representations or warranties about the suitability
-of the software, either express or implied, including but not limited
-to the implied warranties of merchantability, fitness for a particular
-purpose, or non-infringement. SAMSUNG shall not be liable for any
-damages suffered by licensee as a result of using, modifying or
-distributing this software or its derivatives.
-
-*/
 
 #ifndef __CALENDAR_ACCOUNT_SVC_H__
 #define __CALENDAR_ACCOUNT_SVC_H__
@@ -34,6 +28,7 @@ struct _acct {
        int id;
        char *name;
        char *icon;
+       char *domain;
        void *data;
        Evas_Object* check;
 };
@@ -44,6 +39,6 @@ struct _acct {
 Eina_List* cal_account_svc_get_account_list(void);
 void cal_account_svc_free_account_list(Eina_List **); // don't care about "data"
 char* cal_account_svc_get_account_icon_path(int account_id);
-
+int cal_account_svc_get_facebook_calendar_id(void);
 #endif /* __CALENDAR_ACCOUNT_SVC_H__ */