aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist_print.h')
-rw-r--r--src/playlist_print.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/playlist_print.h b/src/playlist_print.h
index cf92bfdb..68ffb203 100644
--- a/src/playlist_print.h
+++ b/src/playlist_print.h
@@ -19,9 +19,11 @@
#ifndef PLAYLIST_PRINT_H
#define PLAYLIST_PRINT_H
+#include <stdbool.h>
+
struct client;
-int
-spl_print(struct client *client, const char *name_utf8, int detail);
+bool
+spl_print(struct client *client, const char *name_utf8, bool detail);
#endif