attach: hide unnecessary symbols

parent 09b5e84b
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <lxc/attach_options.h> #include <lxc/attach_options.h>
#include <sys/types.h> #include <sys/types.h>
#include "compiler.h"
#include "namespace.h" #include "namespace.h"
struct lxc_conf; struct lxc_conf;
...@@ -20,10 +21,10 @@ struct lxc_proc_context_info { ...@@ -20,10 +21,10 @@ struct lxc_proc_context_info {
int ns_fd[LXC_NS_MAX]; int ns_fd[LXC_NS_MAX];
}; };
extern int lxc_attach(struct lxc_container *container, __hidden extern int lxc_attach(struct lxc_container *container, lxc_attach_exec_t exec_function,
lxc_attach_exec_t exec_function, void *exec_payload, void *exec_payload, lxc_attach_options_t *options,
lxc_attach_options_t *options, pid_t *attached_process); pid_t *attached_process);
extern int lxc_attach_remount_sys_proc(void); __hidden extern int lxc_attach_remount_sys_proc(void);
#endif /* __LXC_ATTACH_H */ #endif /* __LXC_ATTACH_H */
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