outlib: Make ol_add_sym_to being static
commitd390490089bbecec5dd5e42e1629803352f05416
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 3 Jul 2020 08:01:36 +0000 (3 11:01 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 3 Jul 2020 08:01:40 +0000 (3 11:01 +0300)
tree145ffd0ee020ba770dc357c51f0150e1e485a907
parent1b50fec4963cc99465d153c3c4e8bb669e12de57
outlib: Make ol_add_sym_to being static

Otherwise getting building problem

 > output/outlib.c:197:6: error: no previous prototype for ‘ol_add_sym_to’ [-Werror=missing-prototypes]
 >   197 | void ol_add_sym_to(struct ol_symlist *syml, struct ol_symhead *head,
 >       |      ^~~~~~~~~~~~~

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outlib.c