X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=sigrok-internal.h;h=8b9392016a92c8df6e49ef7457b6411f3582bf58;hp=4f4a7389eb62d2c9c9d3e117e8663eef464a4c77;hb=93a04e3be9cdaa276d9e7fe14da053483b567b74;hpb=9fc6aa0a566d093b36cdbdad46e0cbdc116ff538 diff --git a/sigrok-internal.h b/sigrok-internal.h index 4f4a7389..8b939201 100644 --- a/sigrok-internal.h +++ b/sigrok-internal.h @@ -77,8 +77,8 @@ SR_PRIV int sr_err(const char *format, ...); /*--- hwplugin.c ------------------------------------------------------------*/ -SR_PRIV int sr_hwplugins_load(void); -SR_PRIV void sr_hwplugins_cleanup(void); +SR_PRIV int sr_hw_load_all(void); +SR_PRIV void sr_hw_cleanup_all(void); /*--- session.c -------------------------------------------------------------*/