]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
client: fix parameter order
authorWataru Ashihara <wsh@iij.ad.jp>
Wed, 4 Sep 2019 02:59:33 +0000 (11:59 +0900)
committerVincent Bernat <vincent@bernat.ch>
Wed, 4 Sep 2019 08:33:21 +0000 (10:33 +0200)
src/client/display.c

index d416e5d4d69078ef295668ec0b7127b608dd5a3f..d0f792df6d4179004e6b0848ebfac5d5b3ed75bb 100644 (file)
@@ -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