summaryrefslogtreecommitdiff
path: root/src/share/grabbag/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/grabbag/file.c')
-rw-r--r--src/share/grabbag/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/grabbag/file.c b/src/share/grabbag/file.c
index dff861dc..25b12990 100644
--- a/src/share/grabbag/file.c
+++ b/src/share/grabbag/file.c
@@ -155,7 +155,7 @@ FLAC__bool grabbag__file_remove_file(const char *filename)
return grabbag__file_change_stats(filename, /*read_only=*/false) && 0 == unlink(filename);
}
-FILE *grabbag__file_get_binary_stdin()
+FILE *grabbag__file_get_binary_stdin(void)
{
/* if something breaks here it is probably due to the presence or
* absence of an underscore before the identifiers 'setmode',
@@ -173,7 +173,7 @@ FILE *grabbag__file_get_binary_stdin()
return stdin;
}
-FILE *grabbag__file_get_binary_stdout()
+FILE *grabbag__file_get_binary_stdout(void)
{
/* if something breaks here it is probably due to the presence or
* absence of an underscore before the identifiers 'setmode',