diff options
author | Bert Vermeulen <bert@biot.com> | 2013-11-18 01:21:16 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-11-18 01:21:16 +0100 |
commit | e195c025c303e361d0cc5a207f9c9443fb8deced (patch) | |
tree | 86e05c7d93dc5b77c1510519659763929cc5eee5 /libsigrokdecode-internal.h | |
parent | 909fbf4181ab401a371265567505ffa1403f73d6 (diff) | |
download | libsigrokdecode-e195c025c303e361d0cc5a207f9c9443fb8deced.tar.gz libsigrokdecode-e195c025c303e361d0cc5a207f9c9443fb8deced.zip |
Check library initialization before handling decoders
Diffstat (limited to 'libsigrokdecode-internal.h')
-rw-r--r-- | libsigrokdecode-internal.h | 1 |
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); |