mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.*.c: Add static qualifiers everywhere
This commit is contained in:
parent
8613dc1739
commit
a149dda0e3
6 changed files with 47 additions and 52 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
/* Enumerate all locally configured IP addresses */
|
||||
|
||||
const char *const type_strings[] = {
|
||||
static const char *const type_strings[] = {
|
||||
"both",
|
||||
"ipv4",
|
||||
"ipv6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue