]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-internal.h
sr: rename all sr_hwplugin(s)_* functions to sr_hw_*
[libsigrok.git] / sigrok-internal.h
index 4f4a7389eb62d2c9c9d3e117e8663eef464a4c77..8b9392016a92c8df6e49ef7457b6411f3582bf58 100644 (file)
@@ -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 -------------------------------------------------------------*/