-fix
[oweals/gnunet.git] / src / include / gnunet_connection_lib.h
index 7ee3c109df83dff988b8197c98c291cc88353997..3e48d32ea3b0459606584b7c8388df3e0d9c5ca0 100644 (file)
@@ -341,12 +341,12 @@ GNUNET_CONNECTION_notify_transmit_ready (struct GNUNET_CONNECTION_Handle *sock,
  * Cancel the specified transmission-ready
  * notification.
  *
- * @param h handle for notification to cancel
+ * @param th handle for notification to cancel
  */
 void
 GNUNET_CONNECTION_notify_transmit_ready_cancel (struct
                                                 GNUNET_CONNECTION_TransmitHandle
-                                                *h);
+                                                *th);
 
 
 /**