]> sigrok.org Git - libsigrok.git/commitdiff
Revert "proto: Add missing prototype in proto.h"
authorUwe Hermann <redacted>
Sun, 3 Nov 2013 20:57:29 +0000 (21:57 +0100)
committerUwe Hermann <redacted>
Mon, 4 Nov 2013 00:30:29 +0000 (01:30 +0100)
This reverts commit c542391f8243e9307950820fa8dc3fad6fec3600.

proto.h

diff --git a/proto.h b/proto.h
index ca23fc7c1786d50c9d9951f064c34d459ae59137..821846f223abb66e91fc0e29049245a49572feb6 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -90,7 +90,6 @@ 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);