aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-01 14:53:30 +0100
committerMax Kellermann <max@duempel.org>2008-11-01 14:53:30 +0100
commit1a4a3e1f1f09ade38095757952bbf732ec275fe8 (patch)
tree465860e3457d06639aea949175ba8776f585dec7 /src/decoder_api.h
parent5036368f540af93372b750fe80e1c191b409a7a9 (diff)
decoder: manage decoder list in a static array
Currently, there is no way to dynamically load decoder plugins, thus we don't need a dynamic list to manage them.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 1400f52c..911a4e3e 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -103,10 +103,6 @@ struct decoder_plugin {
};
-void decoder_plugin_register(struct decoder_plugin *plugin);
-
-void decoder_plugin_unregister(struct decoder_plugin *plugin);
-
/**
* Opaque handle which the decoder plugin passes to the functions in
* this header.