aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/unixsocket_proto.h
blob: beba667ce2881e5a36a235225aaf26538d5461ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef UNIXSOCKET_PROTO_H
#define UNIXSOCKET_PROTO_H

#define UNIXSOCKET_PROTO_VERSION 0x1

enum {
	UNIXSOCKET_PROTO_DATA = 0x0,
	UNIXSOCKET_PROTO_CONTROL = 0x1,
};

#endif /* UNIXSOCKET_PROTO_H */