mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make function's definition follow its declared visibility.
Found by: CScout
This commit is contained in:
parent
a511e63958
commit
c14530c701
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ savestr(str)
|
|||
/*
|
||||
* Make a copy of new argument incorporating old one.
|
||||
*/
|
||||
char *
|
||||
static char *
|
||||
save2str(str, old)
|
||||
char *str, *old;
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue