summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2023-01-02 19:49:56 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-01-15 10:04:13 +0000
commitf995c26de92eadbf3d961ad3e0fb233410798dd2 (patch)
treec21b09cf52d2f9d08d88c9b5fbd3b8f3551e35f6 /apps/plugin.h
parent680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8 (diff)
downloadrockbox-f995c26de92eadbf3d961ad3e0fb233410798dd2.tar.gz
rockbox-f995c26de92eadbf3d961ad3e0fb233410798dd2.zip
buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backend
Defaults to the normal "mempool" backend, which is currently the only implementation. Change-Id: I56d034a6e0f5edc90c39526d1551945eec6ca336
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index ea69cbe2b2..850e7484d9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -100,7 +100,7 @@ int plugin_open(const char *plugin, const char *parameter);
100#include "list.h" 100#include "list.h"
101#include "tree.h" 101#include "tree.h"
102#include "color_picker.h" 102#include "color_picker.h"
103#include "buflib_mempool.h" 103#include "buflib.h"
104#include "buffering.h" 104#include "buffering.h"
105#include "tagcache.h" 105#include "tagcache.h"
106#include "viewport.h" 106#include "viewport.h"