disabled_protos: fix no previous prototype for function 'read_protos_list' [-Wmissing...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 24 Dec 2016 16:54:58 +0000 (17:54 +0100)
committerMichael Mann <mmann78@netscape.net>
Sat, 24 Dec 2016 19:31:10 +0000 (19:31 +0000)
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>
epan/disabled_protos.c

index 3744f9d282f47c6f9bfb16b996870225fe7939a6..ae6b5101e88938d572d65a5ca44c43823baf3a1d 100644 (file)
@@ -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,