summaryrefslogtreecommitdiff
path: root/capplets/appearance/appearance-font.h
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/appearance/appearance-font.h')
-rw-r--r--capplets/appearance/appearance-font.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-font.h b/capplets/appearance/appearance-font.h
index 995aa328..463a35df 100644
--- a/capplets/appearance/appearance-font.h
+++ b/capplets/appearance/appearance-font.h
@@ -18,5 +18,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#ifndef __APPEARANCE_FONT_H__
+#define __APPEARANCE_FONT_H__
+
void font_init(AppearanceData* data);
void font_shutdown(AppearanceData* data);
+
+#endif /* __APPEARANCE_FONT_H__ */