about summary refs log tree commit diff stats
path: root/src/ui/titlebar.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-07 21:19:35 +0100
committerJames Booth <boothj5@gmail.com>2014-04-07 21:19:35 +0100
commite2443511b6aab32b6ab3264fe0a044b81a86cc81 (patch)
treec8d46693014ef354f02aac7d496740f20461b616 /src/ui/titlebar.h
parentf0f0dbfdac75aaaac04f0b86f996b962e8464785 (diff)
downloadprofani-tty-e2443511b6aab32b6ab3264fe0a044b81a86cc81.tar.gz
Tidied new headers, added defines
Diffstat (limited to 'src/ui/titlebar.h')
-rw-r--r--src/ui/titlebar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h
index 3980964d..bc4e6a57 100644
--- a/src/ui/titlebar.h
+++ b/src/ui/titlebar.h
@@ -20,10 +20,15 @@
  *
  */
 
+#ifndef UI_TITLEBAR_H
+#define UI_TITLEBAR_H
+
 void create_title_bar(void);
 void title_bar_update_virtual(void);
 void title_bar_resize(void);
 void title_bar_console(void);
 void title_bar_set_presence(contact_presence_t presence);
 void title_bar_set_recipient(const char * const from);
-void title_bar_set_typing(gboolean is_typing);
\ No newline at end of file
+void title_bar_set_typing(gboolean is_typing);
+
+#endif
\ No newline at end of file