X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libserialport.h.in;h=6fb9b17462217866364a3335e3c563abc368cb67;hb=f3ccf157cb6183c95365e3ba1791dc247150e872;hp=472c1d078d6031bc1f1e3a1c59a5250ab75d7eff;hpb=900904638b0fd241d99bece8befb7ec1ff56d38b;p=libserialport.git diff --git a/libserialport.h.in b/libserialport.h.in index 472c1d0..6fb9b17 100644 --- a/libserialport.h.in +++ b/libserialport.h.in @@ -1196,13 +1196,13 @@ void sp_free_event_set(struct sp_event_set *event_set); * the sp_signal enum. * * @param port Pointer to port structure. - * @param signals Pointer to variable to receive result. + * @param signal_mask Pointer to variable to receive result. * * @return SP_OK upon success, a negative error code otherwise. * * @since 0.1.0 */ -enum sp_return sp_get_signals(struct sp_port *port, enum sp_signal *signals); +enum sp_return sp_get_signals(struct sp_port *port, enum sp_signal *signal_mask); /** * Put the port transmit line into the break state.