diff options
Diffstat (limited to '')
-rw-r--r-- | src/idle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/idle.h b/src/idle.h index 69756b153..5079f09db 100644 --- a/src/idle.h +++ b/src/idle.h @@ -61,4 +61,10 @@ idle_add(unsigned flags); unsigned idle_get(void); +/** + * Get idle names + */ +const char*const* +idle_get_names(void); + #endif |