diff options
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/path.h b/src/path.h index e9fd36fa0..63267b730 100644 --- a/src/path.h +++ b/src/path.h @@ -25,9 +25,9 @@ extern const char *musicDir; -void initPaths(); +void initPaths(void); -void finishPaths(); +void finishPaths(void); /* utf8ToFsCharset() and fsCharsetToUtf8() * Each returns a static pointer to a dynamically allocated buffer @@ -44,7 +44,7 @@ char *fsCharsetToUtf8(char *str); void setFsCharset(char *charset); -char *getFsCharset(); +char *getFsCharset(void); /* relative music path to absolute music path * char * passed is a static variable, so don't free it |