]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
fix parameter 'lldpctl' not found in the function declaration [-Wdocumentation]
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 21 May 2015 11:25:38 +0000 (13:25 +0200)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 21 May 2015 11:30:09 +0000 (13:30 +0200)
src/lib/lldpctl.h

index 5bbda09880899a23b1b87f1c325a1c82c568992b..450ddd98fdb72dc0dd9cd364ca2b8cac34d1a97a 100644 (file)
@@ -107,7 +107,7 @@ typedef struct lldpctl_conn_t lldpctl_conn_t;
 /**
  * Callback function invoked to send data to lldpd.
  *
- * @param lldpctl   Handle to the connection to lldpd.
+ * @param conn      Handle to the connection to lldpd.
  * @param data      Bytes to be sent.
  * @param length    Length of provided data.
  * @param user_data Provided user data.
@@ -121,7 +121,7 @@ typedef ssize_t (*lldpctl_send_callback)(lldpctl_conn_t *conn,
 /**
  * Callback function invoked to receive data from lldpd.
  *
- * @param lldpctl   Handle to the connection to lldpd.
+ * @param conn      Handle to the connection to lldpd.
  * @param data      Buffer for receiving data
  * @param length    Maximum bytes we can receive
  * @param user_data Provided user data.