aboutsummaryrefslogtreecommitdiff
path: root/src/dwm.h
blob: eab8ddb9f0637a9a073a4631d2c56899b7692892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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