summaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API8
1 files changed, 0 insertions, 8 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>