melonvpn/src/intf/states.h
2021-04-24 11:18:45 +01:00

8 lines
81 B
C

#pragma once
typedef enum {
CONNECTED,
DISCONNECTED,
RESTARTING
} States;