diff options
author | Max Kellermann <max@duempel.org> | 2010-05-31 22:16:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-31 22:16:03 +0200 |
commit | 53647c8ba1d7ce54a5caa0c7d414926bf4deb249 (patch) | |
tree | 3a7cd9b4e6c88c8ce0a0531978ba362cf605ac82 /src/directory_print.h | |
parent | b571ba27a46d7e405eb161e60d675aba7b4fd265 (diff) | |
download | mpd-53647c8ba1d7ce54a5caa0c7d414926bf4deb249.tar.gz mpd-53647c8ba1d7ce54a5caa0c7d414926bf4deb249.tar.xz mpd-53647c8ba1d7ce54a5caa0c7d414926bf4deb249.zip |
directory_print: return void
There is no useful return value here.
Diffstat (limited to 'src/directory_print.h')
-rw-r--r-- | src/directory_print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directory_print.h b/src/directory_print.h index dbeeefe4d..0933f5a97 100644 --- a/src/directory_print.h +++ b/src/directory_print.h @@ -23,7 +23,7 @@ struct client; struct directory; -int +void directory_print(struct client *client, const struct directory *directory); #endif |