]> sigrok.org Git - libsigrok.git/commitdiff
proto: Add missing prototype in proto.h
authorMatt Ranostay <redacted>
Wed, 4 Sep 2013 03:47:10 +0000 (20:47 -0700)
committerBert Vermeulen <redacted>
Wed, 4 Sep 2013 08:17:09 +0000 (10:17 +0200)
Add missing prototype sr_session_dev_list that was
breaking the Pulseview build.

Signed-off-by: Matt Ranostay <redacted>
proto.h

diff --git a/proto.h b/proto.h
index 821846f223abb66e91fc0e29049245a49572feb6..ca23fc7c1786d50c9d9951f064c34d459ae59137 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -90,6 +90,7 @@ SR_API struct sr_session *sr_session_new(void);
 SR_API int sr_session_destroy(void);
 SR_API int sr_session_dev_remove_all(void);
 SR_API int sr_session_dev_add(const struct sr_dev_inst *sdi);
+SR_API int sr_session_dev_list(GSList **devlist);
 
 /* Datafeed setup */
 SR_API int sr_session_datafeed_callback_remove_all(void);