summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/API8
-rw-r--r--docs/PLUGIN_API7
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/API b/docs/API
index 074e82bbbc..bd2eb22204 100644
--- a/docs/API
+++ b/docs/API
@@ -197,14 +197,6 @@ Memory allocation
197 each and returns a pointer to the allocated memory. The memory is set to 197 each and returns a pointer to the allocated memory. The memory is set to
198 zero. 198 zero.
199 199
200ID3
201
202 #include <id3.h>
203 bool mp3info(mp3entry *entry, char *filename);
204
205 Return FALSE if successful. The given mp3entry is then filled in with
206 whatever id3 info it could find about the given file.
207
208Various 200Various
209 201
210 #include <kernel.h> 202 #include <kernel.h>
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 29a7829b32..4760ecede2 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -1324,13 +1324,6 @@ time_t mktime(struct tm *t)
1324 \return 1324 \return
1325 \description 1325 \description
1326 1326
1327bool mp3info(struct mp3entry *entry, const char *filename)
1328 \group misc
1329 \param entry
1330 \param filename
1331 \return FALSE if successfull
1332 \description The given =entry= is filled in with whatever id3 info it could find about the given =filename=
1333
1334void mutex_init(struct mutex *m) 1327void mutex_init(struct mutex *m)
1335 \group kernel/ system 1328 \group kernel/ system
1336 \param m 1329 \param m