comparison libaudacious/vfs.h @ 1669:07143b97314d trunk

[svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins.
author chainsaw
date Mon, 11 Sep 2006 15:24:52 -0700
parents 3de4bd38fe4f
children e9c24e35bd76
comparison
equal deleted inserted replaced
1668:778f078cda5a 1669:07143b97314d
40 40
41 extern gboolean vfs_is_writeable(const gchar * path); 41 extern gboolean vfs_is_writeable(const gchar * path);
42 42
43 extern gboolean vfs_truncate(VFSFile * file, glong length); 43 extern gboolean vfs_truncate(VFSFile * file, glong length);
44 44
45 extern int vfs_fprintf(VFSFile *stream, gchar const *format, ...)
46 __attribute__ ((__format__ (__printf__, 2, 3)));
45 47
46 G_END_DECLS 48 G_END_DECLS
47 49
48 #endif /* VFS_H */ 50 #endif /* VFS_H */