Bagder in version 1.81 of plugin.h: "fprintf() is now fdprintf()" so time to put it in here too :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6548 a1c6a512-1295-4272-9138-f99709370657
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 6341002..e24d70f 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -343,7 +343,7 @@
Returns size of a file. Upon error, returns -1.
- int fprintf(int fd, const char *fmt, ...);
+ int fdprintf(int fd, const char *fmt, ...);
Write a formated string in the fd.
Returns the number of characters writen to file.