From 195b9d3630432fc3943ac7e1c08b3b859866f11e Mon Sep 17 00:00:00 2001 From: Tomas Salfischberger Date: Wed, 1 Jun 2005 20:35:08 +0000 Subject: 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 --- docs/PLUGIN_API | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 634100212d..e24d70fece 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -343,7 +343,7 @@ Files 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. -- cgit v1.2.3