From 6c114fa626e00a39d27288132d8ac234a559fe9e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 3 Nov 2013 21:57:29 +0100 Subject: [PATCH] Revert "proto: Add missing prototype in proto.h" This reverts commit c542391f8243e9307950820fa8dc3fad6fec3600. --- proto.h | 1 - 1 file changed, 1 deletion(-) 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);