From 1dcd259d0506b9e2de3715bdf07144b22f57903a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C5=99emysl=20Janouch?=
Date: Mon, 12 Jun 2017 08:33:36 +0200
Subject: [PATCH] Make config_item_clone() static
---
liberty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liberty.c b/liberty.c
index 178754c..0b17160 100644
--- a/liberty.c
+++ b/liberty.c
@@ -5321,7 +5321,7 @@ end:
}
/// Clone an item. Schema assignments aren't retained.
-struct config_item *
+static struct config_item *
config_item_clone (struct config_item *self)
{
// Oh well, it saves code