summaryrefslogtreecommitdiff
path: root/src/plugin_common
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 /src/plugin_common
parent44eead85340cd6d83adbd405603e3aad83924979 (diff)
downloadflac-e3ec2ad59ef4991f8f90422b39c2509535bcc56b.tar.gz
convert C prototypes for functions with no args from () to (void)
Diffstat (limited to 'src/plugin_common')
-rw-r--r--src/plugin_common/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin_common/charset.h b/src/plugin_common/charset.h
index 229d7449..c6743b6b 100644
--- a/src/plugin_common/charset.h
+++ b/src/plugin_common/charset.h
@@ -30,7 +30,7 @@
* Prototypes *
**************/
-char *FLAC_plugin__charset_get_current();
+char *FLAC_plugin__charset_get_current(void);
char *FLAC_plugin__charset_convert_string(const char *string, char *from, char *to);
/* returns 1 for success, 0 for failure or no iconv */