From 8df9b4aa3782644c04435923938262bb7de2963e Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 21 May 2015 13:27:47 +0200 Subject: [PATCH] fix parameter 'details/hidden' not found in the function declaration [-Wdocumentation] --- src/client/display.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/display.c b/src/client/display.c index bac8b75f..cda40cf0 100644 --- a/src/client/display.c +++ b/src/client/display.c @@ -693,9 +693,7 @@ display_interface_stats(lldpctl_conn_t *conn, struct writer *w, * * @param conn Connection to lldpd. * @param w Writer. - * @param hidden Whatever to show hidden ports. * @param env Environment from which we may find the list of ports. - * @param details Level of details we need (DISPLAY_*). */ void display_interfaces_stats(lldpctl_conn_t *conn, struct writer *w, -- 2.39.5