aboutsummaryrefslogtreecommitdiff
path: root/src/imv.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:29:36 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:29:36 +0100
commit1071a2368e1a5d194995178dfc6461d60673b745 (patch)
tree6a8e73f0d652921cebcd59eb9a2c373610b0d94b /src/imv.h
parentd2f5deb27816889cdc9b25e868557f0bcd23e163 (diff)
downloadimv-1071a2368e1a5d194995178dfc6461d60673b745.tar.gz
imv: Use generic list for backends, not a linked list
Diffstat (limited to 'src/imv.h')
-rw-r--r--src/imv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imv.h b/src/imv.h
index 8966e69..13a5812 100644
--- a/src/imv.h
+++ b/src/imv.h
@@ -9,7 +9,6 @@ struct imv_backend;
struct imv *imv_create(void);
void imv_free(struct imv *imv);
-/* Used in reverse addition order. Most recently added is the first used. */
void imv_install_backend(struct imv *imv, const struct imv_backend *backend);
bool imv_load_config(struct imv *imv);