dot_testing/builds/utils/c/status/bspwm.h
2024-01-15 03:52:45 -06:00

7 lines
112 B
C

#ifndef STATUS_BSPWM_H
#define STATUS_BSPWM_H
int mod_bspwm(char *config, char *name, char *pipename);
#endif