]> git.ipfire.org Git - thirdparty/mtr.git/commit
build-sys: tell function locality explicitly 143/head
authorSami Kerola <kerolasa@iki.fi>
Sun, 21 Aug 2016 19:33:43 +0000 (20:33 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 21 Aug 2016 20:21:38 +0000 (21:21 +0100)
commit3e4350c1595363566ed599dd43706ef5fa817f82
treeb0252f15b24f1453e0e7195aa05769aab30fceb9
parent9c6fe5e6dc6635fbafffd6ba1aaea72c31f2e31d
build-sys: tell function locality explicitly

Most of the function prototypes in header files are indeed external, with
few exceptions that can be set to local scope with static key word.
Additionally get rid of net_duplicate() prototype that does not exist
anywhere.
22 files changed:
asn.c
asn.h
curses.c
display.c
display.h
dns.c
dns.h
gtk.c
mtr-curses.h
mtr-gtk.h
mtr.c
mtr.h
net.c
net.h
raw.c
raw.h
report.c
report.h
select.c
select.h
split.c
split.h