X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcmdparse.h;h=4a87c39c8b266e73ca09002c3b1b4154d4738842;hb=dece12bf1857ac2384e2da8917f65f2dfe3f2b37;hp=09d56bae7e338c5027a983c23b1e64010b1e530f;hpb=2728c0246794df9eae0a12d77f32d7bd0031df6f;p=i3%2Fi3 diff --git a/include/cmdparse.h b/include/cmdparse.h index 09d56bae..4a87c39c 100644 --- a/include/cmdparse.h +++ b/include/cmdparse.h @@ -1,5 +1,14 @@ -#ifndef _CMDPARSE_H -#define _CMDPARSE_H +/* + * vim:ts=4:sw=4:expandtab + * + * i3 - an improved dynamic tiling window manager + * © 2009-2011 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 char *parse_cmd(const char *new);