X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fcmdparse.h;h=a2cbb17eafc54686664611b68f2f6556f4c76d1f;hp=263801f63d6f125de0d90c7713ec42865326e9d2;hb=HEAD;hpb=b0990c183ae1e25aaddb2af40eeb11eff1a208af diff --git a/include/cmdparse.h b/include/cmdparse.h index 263801f6..a2cbb17e 100644 --- a/include/cmdparse.h +++ b/include/cmdparse.h @@ -2,11 +2,13 @@ * 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) * */ #pragma once +#include + char *parse_cmd(const char *new);