summaryrefslogtreecommitdiff
path: root/include/appsvc_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/appsvc_db.h')
-rwxr-xr-xinclude/appsvc_db.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/appsvc_db.h b/include/appsvc_db.h
index b9ef5c8..b471fa2 100755
--- a/include/appsvc_db.h
+++ b/include/appsvc_db.h
@@ -33,11 +33,11 @@ extern "C"
{
#endif
-int _svc_db_add_app(const char *op, const char *mime_type, const char *uri, const char *pkg_name);
-int _svc_db_delete_with_pkgname(const char *pkg_name);
-char* _svc_db_get_app(const char *op, const char *mime_type, const char *uri);
-int _svc_db_is_defapp(const char *pkg_name);
-int _svc_db_get_list_with_collation(char *op, char *uri, char *mime, GSList **pkg_list);
+int _svc_db_add_app(const char *op, const char *mime_type, const char *uri, const char *pkg_name, uid_t uid);
+int _svc_db_delete_with_pkgname(const char *pkg_name, uid_t uid);
+char* _svc_db_get_app(const char *op, const char *mime_type, const char *uri, uid_t uid);
+int _svc_db_is_defapp(const char *pkg_name, uid_t uid);
+int _svc_db_get_list_with_collation(char *op, char *uri, char *mime, GSList **pkg_list, uid_t uid);