diff 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
line wrap: on
line diff
--- a/libaudacious/vfs.h	Mon Sep 11 13:15:31 2006 -0700
+++ b/libaudacious/vfs.h	Mon Sep 11 15:24:52 2006 -0700
@@ -42,6 +42,8 @@
 
 extern gboolean vfs_truncate(VFSFile * file, glong length);
 
+extern int vfs_fprintf(VFSFile *stream, gchar const *format, ...)
+    __attribute__ ((__format__ (__printf__, 2, 3)));
 
 G_END_DECLS