diff options
-rw-r--r-- | docs/PLUGIN_API | 2 |
1 files changed, 1 insertions, 1 deletions
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. |