/* * auth.c * * Code handling authentication/authorization. * * Copyright (c) 2005 Todd MacDermid * */ #include int cutlass_check_auth(cutlass_t *cut_handle, conn_t *conn, int action_type) { return(PERMITTED); }