Make sr_session_iteration() static.
This function is not used outside of session.c at the moment, so make it static for now.
This commit is contained in:
parent
cdc30138c5
commit
1861be0baf
|
@ -116,7 +116,6 @@ SR_PRIV int sr_source_add(int fd, int events, int timeout,
|
|||
|
||||
/*--- session.c -------------------------------------------------------------*/
|
||||
|
||||
SR_PRIV int sr_session_iteration(gboolean block);
|
||||
SR_PRIV int sr_session_send(const struct sr_dev_inst *sdi,
|
||||
const struct sr_datafeed_packet *packet);
|
||||
SR_PRIV int sr_session_stop_sync(void);
|
||||
|
|
Loading…
Reference in New Issue