diff options
Diffstat (limited to 'src/ls.h')
-rw-r--r-- | src/ls.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,5 +44,7 @@ InputPlugin * isMusic(char * utf8file, time_t * mtime); char * dupAndStripPlaylistSuffix(char * file); +int printRemoteUrlHandlers(FILE * fp); + #endif /* vim:set shiftwidth=4 tabstop=8 expandtab: */ |