aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-24 17:54:58 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-24 19:31:10 +0000
commit2d25e4f70fb045fd1405d0dab221f914b1a5fc1c (patch)
treef70ce0b7a602d330ac3b99e5775d5770bd82cb4f /epan
parent0c4d074f2835711c10b41ca72c507c03b4c9cc55 (diff)
disabled_protos: fix no previous prototype for function 'read_protos_list' [-Wmissing-prototypes]
Change-Id: I5bfa11213ca27308204a1d8b6073661161c9151e Reviewed-on: https://code.wireshark.org/review/19414 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/disabled_protos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/disabled_protos.c b/epan/disabled_protos.c
index 3744f9d282..ae6b5101e8 100644
--- a/epan/disabled_protos.c
+++ b/epan/disabled_protos.c
@@ -389,7 +389,7 @@ error:
* and "*open_errno_return" is set to the error if an open failed
* or "*read_errno_return" is set to the error if a read failed.
*/
-void
+static void
read_protos_list(char **gpath_return, int *gopen_errno_return,
int *gread_errno_return,
char **path_return, int *open_errno_return,