Commit 46408840 authored by Pavel Emelyanov's avatar Pavel Emelyanov

rst: Mark post_prepare_cbs static

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 03e13d47
......@@ -186,7 +186,7 @@ struct post_prepare_cb {
void *data;
};
struct list_head post_prepare_cbs = LIST_HEAD_INIT(post_prepare_cbs);
static struct list_head post_prepare_cbs = LIST_HEAD_INIT(post_prepare_cbs);
int add_post_prepare_cb(int (*actor)(void *data), void *data)
{
......
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