mirror of
https://github.com/i3/i3.git
synced 2026-02-05 15:45:39 +00:00
7 lines
83 B
C
7 lines
83 B
C
#ifndef _CMDPARSE_H
|
|
#define _CMDPARSE_H
|
|
|
|
char *parse_cmd(const char *new);
|
|
|
|
#endif
|