summaryrefslogtreecommitdiff
path: root/include/badge_setting_service.h
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-10-11 13:10:33 +0900
committerseungha.son <seungha.son@samsung.com>2016-10-11 14:53:31 +0900
commitc05da09c8dd87288705fae69b0c1b648d9bb0379 (patch)
tree59b4daa317fa213df61d20d079d9604a03216458 /include/badge_setting_service.h
parent2b5b5ee5c4144287a345cb04fec1caba3453f2a2 (diff)
downloadbadge-c05da09c8dd87288705fae69b0c1b648d9bb0379.tar.gz
badge-c05da09c8dd87288705fae69b0c1b648d9bb0379.tar.bz2
badge-c05da09c8dd87288705fae69b0c1b648d9bb0379.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: If8c27db3a0ee1b046f9e1cb5360d749897dd7617
Diffstat (limited to 'include/badge_setting_service.h')
-rwxr-xr-xinclude/badge_setting_service.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/include/badge_setting_service.h b/include/badge_setting_service.h
deleted file mode 100755
index 8d8ce57..0000000
--- a/include/badge_setting_service.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * libbadge
- *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Youngjoo Park <yjoo93.park@samsung.com>,
- * Seungtaek Chung <seungtaek.chung@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
- *
- * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- *
- * 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.
- *
- */
-
-#ifndef __BADGE_SETTING_SERVICE_H__
-#define __BADGE_SETTING_SERVICE_H__
-
-#include <stdbool.h>
-#include <sys/types.h>
-#include <badge_error.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int badge_setting_db_set(const char *pkgname, const char *property, const char *value, uid_t uid);
-int badge_setting_db_get(const char *pkgname, const char *property, char **value, uid_t uid);
-
-#ifdef __cplusplus
-}
-#endif
-#endif