From 9fb83ab17d5135dad229841f43651a1aa3cd6578 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 31 Aug 2021 23:16:57 +0200 Subject: *: fix for -Wstrict-prototypes Just some "void" missing between empty braces. Signed-off-by: David Lamparter --- pathd/path_pcep_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathd/path_pcep_cli.c') diff --git a/pathd/path_pcep_cli.c b/pathd/path_pcep_cli.c index 829df3179c..a6f253d3e3 100644 --- a/pathd/path_pcep_cli.c +++ b/pathd/path_pcep_cli.c @@ -69,7 +69,7 @@ static int pcep_cli_pcep_pce_config_write(struct vty *vty); /* Internal Util Function declarations */ static struct pce_opts_cli *pcep_cli_find_pce(const char *pce_name); static bool pcep_cli_add_pce(struct pce_opts_cli *pce_opts_cli); -static struct pce_opts_cli *pcep_cli_create_pce_opts(); +static struct pce_opts_cli *pcep_cli_create_pce_opts(const char *name); static void pcep_cli_delete_pce(const char *pce_name); static void pcep_cli_merge_pcep_pce_config_options(struct pce_opts_cli *pce_opts_cli); -- cgit v1.2.3