aboutsummaryrefslogtreecommitdiffstats
path: root/src/secmgr-wrap.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-11 22:55:11 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-11 22:55:11 +0100
commit12a227a2fc574cf0fd560453e1cdd15c50550abb (patch)
tree279f52c897e44951ca6d3a66ec2b3e0e2befb634 /src/secmgr-wrap.h
parent7e1027342a3cff95635ba2107f283321cf0efa08 (diff)
more work
Change-Id: I7eac968a21766be44068463bcab8aaaa3d12941f
Diffstat (limited to 'src/secmgr-wrap.h')
-rw-r--r--src/secmgr-wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secmgr-wrap.h b/src/secmgr-wrap.h
index 81bc02c..3558c69 100644
--- a/src/secmgr-wrap.h
+++ b/src/secmgr-wrap.h
@@ -14,7 +14,7 @@
limitations under the License.
*/
-int secmgr_init(const char *pkgid, const char *appid);
+int secmgr_init(const char *id);
void secmgr_cancel();
int secmgr_install();
int secmgr_permit(const char *permission);