bspwm/commands.h
2012-07-31 14:32:13 +02:00

6 lines
66 B
C

#ifndef _COMMANDS_H
#define _COMMANDS_H
void quit(void);
#endif