diff options
Diffstat (limited to 'utils/lv2ls.c')
-rw-r--r-- | utils/lv2ls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/lv2ls.c b/utils/lv2ls.c index f77cc28..6f898d5 100644 --- a/utils/lv2ls.c +++ b/utils/lv2ls.c @@ -21,7 +21,7 @@ #include "lilv_config.h" -void +static void list_plugins(const LilvPlugins* list, bool show_names) { LILV_FOREACH(plugins, i, list) { @@ -36,7 +36,7 @@ list_plugins(const LilvPlugins* list, bool show_names) } } -void +static void print_version(void) { printf( @@ -47,7 +47,7 @@ print_version(void) "There is NO WARRANTY, to the extent permitted by law.\n"); } -void +static void print_usage(void) { printf("Usage: lv2ls [OPTION]...\n"); |