From: Alexander Mikhalitsyn Date: Sun, 18 Feb 2024 14:43:20 +0000 (+0100) Subject: confile: unhide lxc_config_parse_arch() helper X-Git-Tag: v6.0.0~19^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42eeffcb05c468fd7b3a90eeda4a3abe9f26844b;p=thirdparty%2Flxc.git confile: unhide lxc_config_parse_arch() helper Looks safe enough to be available for liblxc users. Signed-off-by: Alexander Mikhalitsyn --- diff --git a/src/lxc/confile.h b/src/lxc/confile.h index 397aefae4..33e97dbd4 100644 --- a/src/lxc/confile.h +++ b/src/lxc/confile.h @@ -88,7 +88,7 @@ extern void lxc_config_define_free(struct lxc_list *defines); * Parse personality of the container. Returns 0 if personality is valid, * negative errno otherwise. */ -__hidden extern int lxc_config_parse_arch(const char *arch, signed long *persona); +extern int lxc_config_parse_arch(const char *arch, signed long *persona); __hidden extern int lxc_clear_config_item(struct lxc_conf *c, const char *key);