From: Long Wang Date: Sat, 8 Jul 2017 02:40:41 +0000 (+0800) Subject: state: remove lxc_rmstate declaration X-Git-Tag: lxc-2.1.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1684%2Fhead;p=thirdparty%2Flxc.git state: remove lxc_rmstate declaration Signed-off-by: Long Wang --- diff --git a/src/lxc/state.h b/src/lxc/state.h index 98d15b9ee..f34efd992 100644 --- a/src/lxc/state.h +++ b/src/lxc/state.h @@ -35,7 +35,6 @@ typedef enum { MAX_STATE, } 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_str2state(const char *state);