summaryrefslogtreecommitdiff
path: root/test/appsvc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/appsvc_test.c')
-rwxr-xr-xtest/appsvc_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/appsvc_test.c b/test/appsvc_test.c
index d3c4965..cb4a62f 100755
--- a/test/appsvc_test.c
+++ b/test/appsvc_test.c
@@ -131,7 +131,7 @@ int run_svc()
__set_bundle_from_args(kb);
- ret = appsvc_run_service(kb,0,NULL, NULL, getuid());
+ ret = appsvc_usr_run_service(kb,0,NULL, NULL, getuid());
if(ret >= 0){
printf("open service success\n");
@@ -218,7 +218,7 @@ int run_svc_res()
__set_bundle_from_args(kb);
- ret = appsvc_run_service(kb, 0, cb_func, (void*)num, getuid());
+ ret = appsvc_usr_run_service(kb, 0, cb_func, (void*)num, getuid());
if(ret >= 0){
printf("open service success\n");