mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
6 lines
66 B
C
6 lines
66 B
C
#ifndef _COMMANDS_H
|
|
#define _COMMANDS_H
|
|
|
|
void quit(void);
|
|
|
|
#endif
|