Commit 8601487a authored by Stanislav Kinsburskiy's avatar Stanislav Kinsburskiy Committed by Pavel Emelyanov

cr-restore: move add_ns_shared_cb declaration to include/namespaces.h

Signed-off-by: 's avatarStanislav Kinsburskiy <skinsbursky@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent b3243983
......@@ -22,8 +22,6 @@
#define AUTOFS_CATATONIC_FD -1
extern int add_post_prepare_cb(int (*actor)(void *data), void *data);
struct autofs_pipe_s {
struct list_head list;
unsigned long inode;
......
......@@ -181,4 +181,6 @@ extern int __userns_call(const char *func_name, uns_call_t call, int flags,
__userns_call(__stringify(__call), __call, __flags, \
__arg, __arg_size, __fd)
extern int add_ns_shared_cb(int (*actor)(void *data), void *data);
#endif /* __CR_NS_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