diff options
Diffstat (limited to 'src/dwm.h')
| -rw-r--r-- | src/dwm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/dwm.h b/src/dwm.h new file mode 100644 index 0000000..eab8ddb --- /dev/null +++ b/src/dwm.h @@ -0,0 +1,14 @@ +#ifndef COMET_DWM_H +#define COMET_DWM_H + +#include "state.h" + +typedef struct DwmIpc DwmIpc; + +DwmIpc *dwm_create(State *state, const char *socket); + +void dwm_destroy(DwmIpc *dwm); + +#endif + +// vim: ts=4 sw=4 et |
