From: Uwe Hermann Date: Sun, 3 Nov 2013 20:57:29 +0000 (+0100) Subject: Revert "proto: Add missing prototype in proto.h" X-Git-Tag: libsigrok-0.2.2~2 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6c114fa626e00a39d27288132d8ac234a559fe9e;p=libsigrok.git Revert "proto: Add missing prototype in proto.h" This reverts commit c542391f8243e9307950820fa8dc3fad6fec3600. --- diff --git a/proto.h b/proto.h index ca23fc7c..821846f2 100644 --- 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);