directory_print: return void

There is no useful return value here.
This commit is contained in:
Max Kellermann
2010-06-30 21:39:34 +02:00
parent 77e6810c14
commit 1bffdabe41
2 changed files with 3 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
struct client;
struct directory;
int
void
directory_print(struct client *client, const struct directory *directory);
#endif