Unverified Commit 4de8c04f by Long Wang Committed by Stéphane Graber

state: remove lxc_rmstate declaration

Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
parent a22f697e
...@@ -28,7 +28,6 @@ typedef enum { ...@@ -28,7 +28,6 @@ typedef enum {
ABORTING, FREEZING, FROZEN, THAWED, MAX_STATE, ABORTING, FREEZING, FROZEN, THAWED, MAX_STATE,
} lxc_state_t; } lxc_state_t;
extern int lxc_rmstate(const char *name);
extern lxc_state_t lxc_getstate(const char *name, const char *lxcpath); extern lxc_state_t lxc_getstate(const char *name, const char *lxcpath);
extern lxc_state_t lxc_str2state(const char *state); extern lxc_state_t lxc_str2state(const char *state);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment