summaryrefslogtreecommitdiff
path: root/zebra/zebra_fpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_fpm.c')
-rw-r--r--zebra/zebra_fpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c
index 54a13654c6..b827b994e3 100644
--- a/zebra/zebra_fpm.c
+++ b/zebra/zebra_fpm.c
@@ -603,7 +603,7 @@ zfpm_connection_up (const char *detail)
* Check if an asynchronous connect() to the FPM is complete.
*/
static void
-zfpm_connect_check ()
+zfpm_connect_check (void)
{
int status;
socklen_t slen;