todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1597 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
8
src/ls.h
8
src/ls.h
@@ -24,6 +24,9 @@
|
||||
#include "inputPlugin.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
int lsPlaylists(FILE * fp, char * utf8path);
|
||||
@@ -34,12 +37,16 @@ int isValidRemoteUtf8Url(char * utf8url);
|
||||
|
||||
int isRemoteUrl(char * url);
|
||||
|
||||
int myStat(char * utf8file, struct stat * st);
|
||||
|
||||
int isFile(char * utf8file, time_t * mtime);
|
||||
|
||||
int isDir(char * utf8name);
|
||||
|
||||
int isPlaylist(char * utf8file);
|
||||
|
||||
InputPlugin * hasMusicSuffix(char * utf8file);
|
||||
|
||||
InputPlugin * isMusic(char * utf8file, time_t * mtime);
|
||||
|
||||
char * dupAndStripPlaylistSuffix(char * file);
|
||||
@@ -47,4 +54,3 @@ char * dupAndStripPlaylistSuffix(char * file);
|
||||
int printRemoteUrlHandlers(FILE * fp);
|
||||
|
||||
#endif
|
||||
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user