summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API2
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
343 343
344 Returns size of a file. Upon error, returns -1. 344 Returns size of a file. Upon error, returns -1.
345 345
346 int fprintf(int fd, const char *fmt, ...); 346 int fdprintf(int fd, const char *fmt, ...);
347 347
348 Write a formated string in the fd. 348 Write a formated string in the fd.
349 Returns the number of characters writen to file. 349 Returns the number of characters writen to file.