summaryrefslogtreecommitdiff
path: root/include/share/grabbag/file.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-01-31 03:53:22 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-01-31 03:53:22 +0000
commite3ec2ad59ef4991f8f90422b39c2509535bcc56b (patch)
tree320eedab9589c76bd1cdd4d6ae7a9de936be3ffd /include/share/grabbag/file.h
parent44eead85340cd6d83adbd405603e3aad83924979 (diff)
downloadflac-e3ec2ad59ef4991f8f90422b39c2509535bcc56b.tar.gz
convert C prototypes for functions with no args from () to (void)
Diffstat (limited to 'include/share/grabbag/file.h')
-rw-r--r--include/share/grabbag/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/share/grabbag/file.h b/include/share/grabbag/file.h
index 0164e3d1..1b1c3aa0 100644
--- a/include/share/grabbag/file.h
+++ b/include/share/grabbag/file.h
@@ -53,8 +53,8 @@ FLAC__bool grabbag__file_are_same(const char *f1, const char *f2);
FLAC__bool grabbag__file_remove_file(const char *filename);
/* these will forcibly set stdin/stdout to binary mode (for OSes that require it) */
-FILE *grabbag__file_get_binary_stdin();
-FILE *grabbag__file_get_binary_stdout();
+FILE *grabbag__file_get_binary_stdin(void);
+FILE *grabbag__file_get_binary_stdout(void);
#ifdef __cplusplus
}