summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 4bbb64c8..dc47e343 100644
--- a/include/util.h
+++ b/include/util.h
@@ -29,4 +29,11 @@ uint32_t get_modifier_mask_by_name(const char *name);
29 */ 29 */
30const char *get_modifier_name_by_mask(uint32_t modifier); 30const char *get_modifier_name_by_mask(uint32_t modifier);
31 31
32/**
33 * Get an array of modifier names from modifier_masks
34 *
35 * Populates the names array and return the number of names added.
36 */
37int get_modifier_names(const char **names, uint32_t modifier_masks);
38
32#endif 39#endif