diff src/audacious/vfs_buffered_file.h @ 2430:4e2fc64d95ef trunk

[svn] - make vfs_buffered_file_new_from_uri declaration const - cope properly with subsong URIs
author nenolod
date Sat, 27 Jan 2007 11:40:05 -0800
parents 02a850a2533b
children ea470384e752
line wrap: on
line diff
--- a/src/audacious/vfs_buffered_file.h	Sat Jan 27 11:28:14 2007 -0800
+++ b/src/audacious/vfs_buffered_file.h	Sat Jan 27 11:40:05 2007 -0800
@@ -50,7 +50,7 @@
  *
  * Return value: A VFSFile handle for the VFSBufferedFile.
  **/
-VFSFile *vfs_buffered_file_new_from_uri(gchar *uri);
+VFSFile *vfs_buffered_file_new_from_uri(const gchar *uri);
 
 G_END_DECLS