From: Wataru Ashihara Date: Wed, 4 Sep 2019 02:59:33 +0000 (+0900) Subject: client: fix parameter order X-Git-Tag: 1.0.5~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92014c586860a92e1f9598e76c6fb98e04253853;p=thirdparty%2Flldpd.git client: fix parameter order --- diff --git a/src/client/display.c b/src/client/display.c index d416e5d4..d0f792df 100644 --- a/src/client/display.c +++ b/src/client/display.c @@ -671,8 +671,8 @@ display_interface(lldpctl_conn_t *conn, struct writer *w, int hidden, * * @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 hidden Whatever to show hidden ports. * @param details Level of details we need (DISPLAY_*). */ void