X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-cred.h;h=46639408371ab41809f29e3d5d574453c2816220;hb=b70caad7da2eaea85db06dec8377b1cbebcec997;hp=82d0aacb5012d8f2c6d977e8e9a5414d06991758;hpb=98b214e0454f1b55c5ce665bd5c848354d18c9e6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-cred.h b/src/afb-cred.h index 82d0aacb..46639408 100644 --- a/src/afb-cred.h +++ b/src/afb-cred.h @@ -43,6 +43,3 @@ extern int afb_cred_has_permission(struct afb_cred *cred, const char *permission extern const char *afb_cred_export(struct afb_cred *cred); extern struct afb_cred *afb_cred_import(const char *string); - -extern struct afb_cred *afb_cred_mixed_on_behalf_import(struct afb_cred *cred, struct afb_context *context, const char *exported); -