X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok-internal.h;h=649a0a311b1d70037fb1337999b355a5c15a38da;hb=bc1c2f001a3b8499052348ec45155313153b2194;hp=ff6223c64ff7adf700f5ab43969319457f5659e0;hpb=13d8e03c4f9fb6fe9c5f682ab957173effe42d43;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index ff6223c6..649a0a31 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -113,7 +113,7 @@ SR_PRIV void sr_serial_dev_inst_free(struct sr_serial_dev_inst *serial); /*--- hwdriver.c ------------------------------------------------------------*/ SR_PRIV void sr_hw_cleanup_all(void); -SR_PRIV struct sr_config *sr_config_new(int key, const void *value); +SR_PRIV struct sr_config *sr_config_new(int key, GVariant *data); SR_PRIV int sr_source_remove(int fd); SR_PRIV int sr_source_add(int fd, int events, int timeout, sr_receive_data_callback_t cb, void *cb_data);