Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
16335ba0
Commit
16335ba0
authored
Nov 03, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove vim &*(@
git-svn-id:
https://svn.musicpd.org/mpd/trunk@2500
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
8ca1fa52
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
0 additions
and
20 deletions
+0
-20
buffer2array.h
src/buffer2array.h
+0
-1
charConv.h
src/charConv.h
+0
-1
decode.h
src/decode.h
+0
-1
directory.h
src/directory.h
+0
-1
inputStream_file.h
src/inputStream_file.h
+0
-1
inputStream_http.h
src/inputStream_http.h
+0
-1
list.h
src/list.h
+0
-1
listen.h
src/listen.h
+0
-1
mpd_types.h
src/mpd_types.h
+0
-1
path.h
src/path.h
+0
-1
pcm_utils.h
src/pcm_utils.h
+0
-1
permission.h
src/permission.h
+0
-1
playlist.h
src/playlist.h
+0
-1
sig_handlers.h
src/sig_handlers.h
+0
-1
signal_check.h
src/signal_check.h
+0
-2
song.h
src/song.h
+0
-1
stats.h
src/stats.h
+0
-1
tables.h
src/tables.h
+0
-1
volume.h
src/volume.h
+0
-1
No files found.
src/buffer2array.h
View file @
16335ba0
...
...
@@ -26,4 +26,3 @@ int buffer2array(char * buffer, char *** array);
void
freeArgArray
(
char
**
array
,
int
argArrayLength
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/charConv.h
View file @
16335ba0
...
...
@@ -28,4 +28,3 @@ char * convStrDup(char * string);
void
closeCharSetConversion
();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/decode.h
View file @
16335ba0
...
...
@@ -66,4 +66,3 @@ void decodeSigHandler(int sig);
void
decode
();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/directory.h
View file @
16335ba0
...
...
@@ -70,4 +70,3 @@ Song * getSongFromDB(char * file);
time_t
getDbModTime
();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/inputStream_file.h
View file @
16335ba0
...
...
@@ -37,4 +37,3 @@ int inputStream_fileAtEOF(InputStream * inStream);
int
inputStream_fileBuffer
(
InputStream
*
inStream
);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */
src/inputStream_http.h
View file @
16335ba0
...
...
@@ -37,4 +37,3 @@ int inputStream_httpAtEOF(InputStream * inStream);
int
inputStream_httpBuffer
(
InputStream
*
inStream
);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */
src/list.h
View file @
16335ba0
...
...
@@ -103,4 +103,3 @@ void clearList(List * list);
void
sortList
(
List
*
list
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/listen.h
View file @
16335ba0
...
...
@@ -28,4 +28,3 @@ int establish(unsigned short port);
void
getConnections
(
int
sock
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/mpd_types.h
View file @
16335ba0
...
...
@@ -41,4 +41,3 @@ typedef signed long mpd_sint32;
#endif
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/path.h
View file @
16335ba0
...
...
@@ -54,4 +54,3 @@ char * sanitizePathDup(char * path);
char
*
prependCwdToPathDup
(
char
*
path
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/pcm_utils.h
View file @
16335ba0
...
...
@@ -39,4 +39,3 @@ void pcm_convertAudioFormat(AudioFormat * inFormat, char * inBuffer, size_t
size_t
pcm_sizeOfOutputBufferForAudioFormatConversion
(
AudioFormat
*
inFormat
,
size_t
inSize
,
AudioFormat
*
outFormat
);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */
src/permission.h
View file @
16335ba0
...
...
@@ -35,4 +35,3 @@ void finishPermissions();
unsigned
int
getDefaultPermissions
();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/playlist.h
View file @
16335ba0
...
...
@@ -115,4 +115,3 @@ void playlistVersionChange();
int
playlistChanges
(
FILE
*
fp
,
mpd_uint32
version
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/sig_handlers.h
View file @
16335ba0
...
...
@@ -40,4 +40,3 @@ void blockTermSignal();
void
unblockTermSignal
();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/signal_check.h
View file @
16335ba0
...
...
@@ -28,5 +28,3 @@ int signal_is_pending(int sig);
void
signal_clear
(
int
sig
);
#endif
/* SIGNAL_CHECK_H */
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/song.h
View file @
16335ba0
...
...
@@ -72,4 +72,3 @@ int updateSongInfo(Song * song);
Song
*
songDup
(
Song
*
song
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/stats.h
View file @
16335ba0
...
...
@@ -38,4 +38,3 @@ void initStats();
int
printStats
(
FILE
*
fp
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/tables.h
View file @
16335ba0
...
...
@@ -41,4 +41,3 @@ unsigned long numberOfAlbums();
int
printAllKeysOfTable
(
FILE
*
fp
,
char
*
table
,
char
*
arg1
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
src/volume.h
View file @
16335ba0
...
...
@@ -38,4 +38,3 @@ int getVolumeLevel();
int
changeVolumeLevel
(
FILE
*
fp
,
int
change
,
int
rel
);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment