summaryrefslogtreecommitdiffhomepage
path: root/plugin.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-04 11:32:54 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-04 11:32:54 +0200
commit2be63668af1cadf846ae2d44a0fd5c909ceaf47e (patch)
treeaf80bc23d9b1dde815a3cf44285c6719490d282a /plugin.h
parent12972923e74e3dd174f3ce3e59c2db5ca9b400eb (diff)
Add plugins
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin.h b/plugin.h
new file mode 100644
index 0000000..1c88ff9
--- /dev/null
+++ b/plugin.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "config.h"
+
+void load_plugins(Config& config);