From 1bffdabe41471b994f43809d3ca18fd54ac8bf66 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jun 2010 21:39:34 +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 6dd099241..7c0110502 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