summaryrefslogtreecommitdiffstats
path: root/src/core/refstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/refstrings.h')
-rw-r--r--src/core/refstrings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/refstrings.h b/src/core/refstrings.h
new file mode 100644
index 0000000..89ef84d
--- /dev/null
+++ b/src/core/refstrings.h
@@ -0,0 +1,10 @@
+#ifndef IRSSI_CORE_REFSTRINGS_H
+#define IRSSI_CORE_REFSTRINGS_H
+
+void i_refstr_init(void);
+char *i_refstr_intern(const char *str);
+void i_refstr_release(char *str);
+void i_refstr_deinit(void);
+char *i_refstr_table_size_info(void);
+
+#endif