commit 7249b185a7834a71d6d8a263b5f6cf5ac6b3ba7b parent 6ff670378e426f3c44f0e5c2b371d81c6fe5d332 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Mon, 29 Sep 2014 13:45:06 +0200 Add preset author Diffstat:
M | clap.h | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/clap.h b/clap.h @@ -74,8 +74,9 @@ union clap_param_value struct clap_preset_info { const char *id; - const char *name; - const char *desc; + const char *name; // display name + const char *desc; // desc and how to use it + const char *author; const char **tags; // null terminated array of tags };