X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcmdparse.h;h=2ffa49b011e1b47043dd75bd03a8888f2e6c7e14;hb=72751745101de15c3a6d1b28c50069ec720ba9a1;hp=4a87c39c8b266e73ca09002c3b1b4154d4738842;hpb=13147978c50b4efa5b4eb0b65d8175aa596a76fe;p=i3%2Fi3 diff --git a/include/cmdparse.h b/include/cmdparse.h index 4a87c39c..2ffa49b0 100644 --- a/include/cmdparse.h +++ b/include/cmdparse.h @@ -2,14 +2,11 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * cmdparse.y: the parser for commands you send to i3 (or bind on keys) * */ -#ifndef I3_CMDPARSE_H -#define I3_CMDPARSE_H +#pragma once char *parse_cmd(const char *new); - -#endif