summaryrefslogtreecommitdiff
path: root/libsigrokdecode-internal.h
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-11-18 01:21:16 +0100
committerBert Vermeulen <bert@biot.com>2013-11-18 01:21:16 +0100
commite195c025c303e361d0cc5a207f9c9443fb8deced (patch)
tree86e05c7d93dc5b77c1510519659763929cc5eee5 /libsigrokdecode-internal.h
parent909fbf4181ab401a371265567505ffa1403f73d6 (diff)
downloadlibsigrokdecode-e195c025c303e361d0cc5a207f9c9443fb8deced.tar.gz
libsigrokdecode-e195c025c303e361d0cc5a207f9c9443fb8deced.zip
Check library initialization before handling decoders
Diffstat (limited to 'libsigrokdecode-internal.h')
-rw-r--r--libsigrokdecode-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h
index 8fd9e52..aa626ca 100644
--- a/libsigrokdecode-internal.h
+++ b/libsigrokdecode-internal.h
@@ -37,6 +37,7 @@ struct srd_session {
/* srd.c */
SRD_PRIV int srd_decoder_searchpath_add(const char *path);
+SRD_PRIV gboolean srd_check_init(void);
/* session.c */
SRD_PRIV int session_is_valid(struct srd_session *sess);