7 lines
112 B
C
7 lines
112 B
C
|
#ifndef STATUS_BSPWM_H
|
||
|
#define STATUS_BSPWM_H
|
||
|
|
||
|
int mod_bspwm(char *config, char *name, char *pipename);
|
||
|
|
||
|
#endif
|