diff src/audacious/vfs.h @ 3142:e8f2b130e59e trunk

add vfs_is_remote() and vfs_is_streaming().
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 22 Jul 2007 12:12:08 +0900
parents f1c756f39e6c
children 694ce1a806f8
line wrap: on
line diff
--- a/src/audacious/vfs.h	Sun Jul 22 12:08:08 2007 +0900
+++ b/src/audacious/vfs.h	Sun Jul 22 12:12:08 2007 +0900
@@ -132,6 +132,10 @@
 
 extern void vfs_file_get_contents(const gchar *filename, gchar **buf, gsize *size);
 
+extern gboolean vfs_is_remote(const gchar * path);
+
+extern gboolean vfs_is_streaming(VFSFile *file);
+
 G_END_DECLS
 
 #endif /* VFS_H */