]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hameg-hmo/protocol.c
change a bunch of functions from SR_PRIV to static
[libsigrok.git] / hardware / hameg-hmo / protocol.c
index 397497de542600eb26036dcb7ee763931a9a9e5a..9d5e17738a6d750d1d2ff1eeb9fb3f322b7689b7 100644 (file)
@@ -426,7 +426,7 @@ SR_PRIV int hmo_scope_state_get(struct sr_dev_inst *sdi)
        return SR_OK;
 }
 
-SR_PRIV struct scope_state *scope_state_new(struct scope_config *config)
+static struct scope_state *scope_state_new(struct scope_config *config)
 {
        struct scope_state *state;