X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/authd/engine.h diff --git a/authd/engine.h b/authd/engine.h deleted file mode 100644 index 42170f08..00000000 --- a/authd/engine.h +++ /dev/null @@ -1,38 +0,0 @@ -/* Copyright (c) 2012 Apple Inc. All rights reserved. */ - -#ifndef _SECURITY_AUTH_ENGINE_H_ -#define _SECURITY_AUTH_ENGINE_H_ - -#include "credential.h" -#include - -#if defined(__cplusplus) -extern "C" { -#endif - -AUTH_WARN_RESULT AUTH_MALLOC AUTH_NONNULL_ALL AUTH_RETURNS_RETAINED -engine_t engine_create(connection_t, auth_token_t); - -AUTH_NONNULL1 AUTH_NONNULL2 -OSStatus engine_authorize(engine_t, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags); - -AUTH_NONNULL_ALL -OSStatus engine_verify_modification(engine_t, rule_t, bool remove, bool force_modify); - -AUTH_NONNULL_ALL -auth_rights_t engine_get_granted_rights(engine_t); - -AUTH_NONNULL_ALL -CFAbsoluteTime engine_get_time(engine_t); - -AUTH_NONNULL_ALL -void engine_destroy_agents(engine_t); - -AUTH_NONNULL_ALL -void engine_interrupt_agent(engine_t engine); - -#if defined(__cplusplus) -} -#endif - -#endif /* !_SECURITY_AUTH_ENGINE_H_ */