Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-07-20 08:19:55 +00:00
parent 67ea65b1a8
commit 0528adcfe2
5 changed files with 11 additions and 8 deletions

View File

@@ -4,6 +4,9 @@
#include <sys/socket.h>
#define CTL_ERROR_NONE (-2)
#define CTL_ERROR_MANY (-3)
enum ctl_type {
CTL_NONE = 0,
CTL_STATE,