]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/parse_json_header.h
Merge branch 'master' into next
[i3/i3] / i3bar / include / parse_json_header.h
index 79efddc6427acb9061ba39791b47bb5cb4ef2af7..ef13cf78dd7564c4b686e3ad0e9d958f9f581b81 100644 (file)
@@ -8,8 +8,7 @@
  *                      protocol version and features.
  *
  */
-#ifndef PARSE_JSON_HEADER_H_
-#define PARSE_JSON_HEADER_H_
+#pragma once
 
 #include <stdint.h>
 
@@ -22,5 +21,3 @@
  *
  */
 void parse_json_header(i3bar_child *child, const unsigned char *buffer, int length, unsigned int *consumed);
-
-#endif