Skip to content

Commit 0d74141

Browse files
author
Ken Gaillot
committed
Doc: libcrmcommon: document pcmk_acl_required()
1 parent 53170ed commit 0d74141

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/common/acl.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,13 @@ pcmk__check_acl(xmlNode *xml, const char *name, enum xml_private_flags mode)
697697
return TRUE;
698698
}
699699

700+
/*!
701+
* \brief Check whether ACLs are required for a given user
702+
*
703+
* \param[in] User name to check
704+
*
705+
* \return true if the user requires ACLs, false otherwise
706+
*/
700707
bool
701708
pcmk_acl_required(const char *user)
702709
{

0 commit comments

Comments
 (0)