]> sigrok.org Git - libsigrok.git/commitdiff
sigrok-proto.h: Drop obsolete prototype, move other one.
authorUwe Hermann <redacted>
Wed, 28 Dec 2011 20:37:37 +0000 (21:37 +0100)
committerUwe Hermann <redacted>
Wed, 28 Dec 2011 20:37:37 +0000 (21:37 +0100)
sigrok-proto.h

index 387b228f4ce2f5d01e6d7cf3fe5a6fae3a3be5b6..f4046bfa33bde89ba83556e970be38297ce8187c 100644 (file)
@@ -40,12 +40,10 @@ int sr_datastore_put(struct sr_datastore *ds, void *data, unsigned int length,
 /*--- device.c --------------------------------------------------------------*/
 
 int sr_device_scan(void);
-int sr_init_hwplugins(struct sr_device_plugin *plugin);
 GSList *sr_device_list(void);
 struct sr_device *sr_device_new(const struct sr_device_plugin *plugin,
                                int plugin_index, int num_probes);
 int sr_device_clear(struct sr_device *device);
-void sr_device_destroy(struct sr_device *dev);
 int sr_device_probe_clear(struct sr_device *device, int probenum);
 int sr_device_probe_add(struct sr_device *device, const char *name);
 struct sr_probe *sr_device_probe_find(const struct sr_device *device,
@@ -66,6 +64,7 @@ int sr_filter_probes(int in_unitsize, int out_unitsize, const int *probelist,
 /*--- hwplugin.c ------------------------------------------------------------*/
 
 GSList *sr_list_hwplugins(void);
+int sr_init_hwplugins(struct sr_device_plugin *plugin);
 void sr_cleanup_hwplugins(void);
 
 /* Generic device instances */