aboutsummaryrefslogtreecommitdiff
path: root/src/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ls.h b/src/ls.h
index ef19676b..c297e167 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -30,6 +30,8 @@ int lsPlaylists(FILE * fp, char * utf8path);
char * getSuffix(char * utf8file);
+int isValidRemoteUtf8Url(char * utf8url);
+
int isRemoteUrl(char * url);
int isFile(char * utf8file, time_t * mtime);