X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Fparse_json_header.h;h=41e97de2f994ef24a754148e9f676c12446efd60;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=79efddc6427acb9061ba39791b47bb5cb4ef2af7;hpb=2252b4f5b956551ad4844deabee0ab38ccc73c99;p=i3%2Fi3 diff --git a/i3bar/include/parse_json_header.h b/i3bar/include/parse_json_header.h index 79efddc6..41e97de2 100644 --- a/i3bar/include/parse_json_header.h +++ b/i3bar/include/parse_json_header.h @@ -2,14 +2,13 @@ * 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) * * parse_json_header.c: Parse the JSON protocol header to determine * protocol version and features. * */ -#ifndef PARSE_JSON_HEADER_H_ -#define PARSE_JSON_HEADER_H_ +#pragma once #include @@ -22,5 +21,3 @@ * */ void parse_json_header(i3bar_child *child, const unsigned char *buffer, int length, unsigned int *consumed); - -#endif