aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory_print.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/directory_print.h2
1 files changed, 1 insertions, 1 deletions
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