mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
convert C prototypes for functions with no args from () to (void)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user