]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/mode.h
Merge pull request #1805 from lasers/next
[i3/i3] / i3bar / include / mode.h
index a8491aa93d8215d96673b7ee76e58f814bf0ec7f..828d4906a695033aad2fe8fa2132b1b5a48fbfc1 100644 (file)
@@ -2,13 +2,12 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3bar - an xcb-based status- and ws-bar for i3
- * © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
+ * © 2010 Axel Wagner and contributors (see also: LICENSE)
  *
- * mode.c: Handle mode-event and show current binding mode in the bar
+ * mode.c: Handle "mode" event and show current binding mode in the bar
  *
  */
-#ifndef MODE_H_
-#define MODE_H_
+#pragma once
 
 #include <xcb/xproto.h>
 
@@ -23,9 +22,7 @@ struct mode {
 typedef struct mode mode;
 
 /*
- * Start parsing the received json-string
+ * Start parsing the received JSON string
  *
  */
 void parse_mode_json(char *json);
-
-#endif