diff libaudacious/vfs.h @ 811:86ca43d8a845 trunk

[svn] - implement vfs_feof() and vfs_ftell() and update the scrobbler plugin to reflect that, by external contributor: Leonardo Boshell <leonardop -at- gentoo.org>
author nenolod
date Thu, 09 Mar 2006 19:03:27 -0800
parents cb178e5ad177
children 4d60baab67a0
line wrap: on
line diff
--- a/libaudacious/vfs.h	Thu Mar 09 09:55:56 2006 -0800
+++ b/libaudacious/vfs.h	Thu Mar 09 19:03:27 2006 -0800
@@ -29,10 +29,11 @@
                gint whence);
 void vfs_rewind(VFSFile * file);
 glong vfs_ftell(VFSFile * file);
+gboolean vfs_feof(VFSFile * file);
 
 gboolean vfs_file_test(const gchar * path,
                        GFileTest test);
-                    
+
 gboolean vfs_is_writeable(const gchar * path);
 
 gboolean vfs_truncate(VFSFile * file, glong length);