]> git.tuebingen.mpg.de Git - paraslash.git/commit
i9e: Constify i9e_complete_option().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Apr 2025 17:30:53 +0000 (19:30 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 17:19:02 +0000 (19:19 +0200)
commit351d7cdd95425ca23f1592e82701159a27720330
treee9d48dc3801e283e903374a2ef31ab20c5c6dfe7
parent756cd00252efde2ef3a3498b18798f6d12e2e08f
i9e: Constify i9e_complete_option().

i9e_extract_completions() and i9e_complete_option() both take a char **
argument for the option/string list although they do not modify the pointers
of the list. This commit marks these pointer variables constant.
audioc.c
client.c
interactive.c
interactive.h
play.c