From 53647c8ba1d7ce54a5caa0c7d414926bf4deb249 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 31 May 2010 22:16:03 +0200 Subject: directory_print: return void There is no useful return value here. --- src/directory_print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/directory_print.h') 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 -- cgit v1.2.3