melonvpn/src/intf/states.h

8 lines
81 B
C
Raw Normal View History

2021-04-24 11:18:45 +01:00
#pragma once
typedef enum {
CONNECTED,
DISCONNECTED,
RESTARTING
} States;