#include <oskit/flask/security.h>OSKIT_COMDECL oskit_security_unregister_avc(oskit_security_t *security, oskit_avc_ss_t *avc);
This method unregisters an AVC component.
- security
- The security server.
- avc
- The AVC component.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.