remove vim &*(@

git-svn-id: https://svn.musicpd.org/mpd/trunk@2500 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-11-03 18:28:29 +00:00
parent 8ca1fa5250
commit 16335ba097
19 changed files with 0 additions and 20 deletions

View File

@ -26,4 +26,3 @@ int buffer2array(char * buffer, char *** array);
void freeArgArray(char ** array, int argArrayLength);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -28,4 +28,3 @@ char * convStrDup(char * string);
void closeCharSetConversion();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -66,4 +66,3 @@ void decodeSigHandler(int sig);
void decode();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -70,4 +70,3 @@ Song * getSongFromDB(char * file);
time_t getDbModTime();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -37,4 +37,3 @@ int inputStream_fileAtEOF(InputStream * inStream);
int inputStream_fileBuffer(InputStream * inStream);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */

View File

@ -37,4 +37,3 @@ int inputStream_httpAtEOF(InputStream * inStream);
int inputStream_httpBuffer(InputStream * inStream);
#endif
/* vim:set shiftwidth=8 tabstop=8 expandtab: */

View File

@ -103,4 +103,3 @@ void clearList(List * list);
void sortList(List * list);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -28,4 +28,3 @@ int establish(unsigned short port);
void getConnections(int sock);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -41,4 +41,3 @@ typedef signed long mpd_sint32;
#endif
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -54,4 +54,3 @@ char * sanitizePathDup(char * path);
char * prependCwdToPathDup(char * path);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -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: */

View File

@ -35,4 +35,3 @@ void finishPermissions();
unsigned int getDefaultPermissions();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -115,4 +115,3 @@ void playlistVersionChange();
int playlistChanges(FILE * fp, mpd_uint32 version);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -40,4 +40,3 @@ void blockTermSignal();
void unblockTermSignal();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -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: */

View File

@ -72,4 +72,3 @@ int updateSongInfo(Song * song);
Song * songDup(Song * song);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -38,4 +38,3 @@ void initStats();
int printStats(FILE * fp);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -41,4 +41,3 @@ unsigned long numberOfAlbums();
int printAllKeysOfTable(FILE * fp, char * table, char * arg1);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */

View File

@ -38,4 +38,3 @@ int getVolumeLevel();
int changeVolumeLevel(FILE * fp, int change, int rel);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */