Fix keyboard_indicators() prototype - slstatus - status monitor
 (HTM) git clone git://git.suckless.org/slstatus
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3c47701aea6bdb1e27c9b2039c07321077764f45
 (DIR) parent 84a2f117a32f0796045941260cdc4b69852b41e0
 (HTM) Author: NRK <nrk_AT_disroot.org>
       Date:   Sat, 27 Aug 2022 20:40:20 +0600
       
       Fix keyboard_indicators() prototype
       
       according to both the function definition and the comment in
       config.def.h, keyboard_indicators() should take a format string.
       
       Diffstat:
         M slstatus.h                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/slstatus.h b/slstatus.h
       @@ -32,7 +32,7 @@ const char *ipv6(const char *interface);
        const char *kernel_release(void);
        
        /* keyboard_indicators */
       -const char *keyboard_indicators(void);
       +const char *keyboard_indicators(const char *fmt);
        
        /* keymap */
        const char *keymap(void);