cp_hashlist_get_mode(3) - Linux man page

Name

cp_hashlist_get_mode - get hashlist mode bit settings

Synopsis

#include <cprops/hashlist.h>

int cp_hashlist_get_mode(cp_hashlist *list);

Description

cp_hashlist_get_mode returns the current mode bit settings for hashlist list. For more on the effect of specific mode bits, see cp_hashlist_set_mode (3).

Return Value

the current mode settings for hashlist list.

See Also

cp_hashlist_set_mode(3)