about summary refs log tree commit diff stats
path: root/src/plugins/themes.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-25 22:06:24 +0000
committerJames Booth <boothj5@gmail.com>2016-03-25 22:06:24 +0000
commita4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc (patch)
tree8d5853a48484c00069d01aef0c9b870b4e045cc9 /src/plugins/themes.h
parent57ccfcee4d51913a752b85c10746c0e0818573d3 (diff)
downloadprofani-tty-a4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc.tar.gz
Added boolean settings for plugins
Diffstat (limited to 'src/plugins/themes.h')
-rw-r--r--src/plugins/themes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/themes.h b/src/plugins/themes.h
index 1ed1bbf5..6dfcfe41 100644
--- a/src/plugins/themes.h
+++ b/src/plugins/themes.h
@@ -32,6 +32,11 @@
  *
  */
 
+#ifndef PLUGIN_THEMES_H
+#define PLUGIN_THEMES_H
+
 void plugin_themes_init(void);
 void plugin_themes_close(void);
 theme_item_t plugin_themes_get(const char *const group, const char *const key, const char *const def);
+
+#endif