diff options
| author | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-12 08:33:36 +0200 |
|---|---|---|
| committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-12 08:33:59 +0200 |
| commit | 1dcd259d0506b9e2de3715bdf07144b22f57903a (patch) | |
| tree | 886089839706960d23cecc8a0c92c17e5a716ca3 | |
| parent | 03894cae4590b54ab4196a457203a1f947f21449 (diff) | |
| download | liberty-1dcd259d0506b9e2de3715bdf07144b22f57903a.tar.gz liberty-1dcd259d0506b9e2de3715bdf07144b22f57903a.tar.xz liberty-1dcd259d0506b9e2de3715bdf07144b22f57903a.zip | |
Make config_item_clone() static
| -rw-r--r-- | liberty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
