vim stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@915 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
13a3b507f2
commit
230750e23e
|
@ -75,3 +75,4 @@ int closeInputStream(InputStream * inStream) {
|
|||
int inputStreamAtEOF(InputStream * inStream) {
|
||||
return feof(inStream->fp);
|
||||
}
|
||||
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
|
||||
|
|
|
@ -40,3 +40,4 @@ size_t readFromInputStream(InputStream * inStream, void * ptr, size_t size,
|
|||
size_t nmemb);
|
||||
|
||||
#endif
|
||||
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
|
||||
|
|
Loading…
Reference in New Issue