summaryrefslogtreecommitdiffstats
path: root/src/fe-common/core/fe-capsicum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-capsicum.h')
-rw-r--r--src/fe-common/core/fe-capsicum.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-capsicum.h b/src/fe-common/core/fe-capsicum.h
new file mode 100644
index 0000000..c047129
--- /dev/null
+++ b/src/fe-common/core/fe-capsicum.h
@@ -0,0 +1,7 @@
+#ifndef IRSSI_FE_COMMON_CORE_FE_CAPSICUM_H
+#define IRSSI_FE_COMMON_CORE_FE_CAPSICUM_H
+
+void fe_capsicum_init(void);
+void fe_capsicum_deinit(void);
+
+#endif