mirror of
https://github.com/i3/i3.git
synced 2026-02-06 00:35:52 +00:00
9 lines
136 B
C
9 lines
136 B
C
#include <xcb/xcb.h>
|
|
|
|
#ifndef _COMMANDS_H
|
|
#define _COMMANDS_H
|
|
|
|
void parse_command(xcb_connection_t *conn, const char *command);
|
|
|
|
#endif
|