summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 8814833959..963809a27a 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -211,13 +211,6 @@ bool bufclose(int handle_id)
211 \return 211 \return
212 \description 212 \description
213 213
214ssize_t bufcuttail(int handle_id, size_t size)
215 \group buffering API
216 \param handle_id
217 \param size
218 \return
219 \description
220
221ssize_t bufgetdata(int handle_id, size_t size, void **data) 214ssize_t bufgetdata(int handle_id, size_t size, void **data)
222 \group buffering API 215 \group buffering API
223 \param handle_id 216 \param handle_id
@@ -226,14 +219,6 @@ ssize_t bufgetdata(int handle_id, size_t size, void **data)
226 \return 219 \return
227 \description 220 \description
228 221
229ssize_t bufgettail(int handle_id, size_t size, void **data)
230 \group buffering API
231 \param handle_id
232 \param size
233 \param data
234 \return
235 \description
236
237int bufopen(const char *file, size_t offset, enum data_type type) 222int bufopen(const char *file, size_t offset, enum data_type type)
238 \group buffering API 223 \group buffering API
239 \param file 224 \param file