X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-cred.h;h=9483ac33f7d05db1023df66ee6175c00ab10a737;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=1ebdf15d8d0ed158cdce4966437c64f35881603d;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-cred.h b/src/afb-cred.h index 1ebdf15d..9483ac33 100644 --- a/src/afb-cred.h +++ b/src/afb-cred.h @@ -19,6 +19,8 @@ #include +struct afb_context; + struct afb_cred { int refcount; @@ -37,10 +39,5 @@ extern struct afb_cred *afb_cred_create_for_socket(int fd); extern struct afb_cred *afb_cred_addref(struct afb_cred *cred); extern void afb_cred_unref(struct afb_cred *cred); -extern int afb_cred_has_permission(struct afb_cred *cred, const char *permission, const char *context); - 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, const char *context, const char *exported); -