From: Alexis La Goutte Date: Thu, 21 May 2015 11:27:47 +0000 (+0200) Subject: fix parameter 'details/hidden' not found in the function declaration [-Wdocumentation] X-Git-Tag: 0.7.16~24^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8df9b4aa3782644c04435923938262bb7de2963e;p=thirdparty%2Flldpd.git fix parameter 'details/hidden' not found in the function declaration [-Wdocumentation] --- 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,