diff options
author | Bert Vermeulen <bert@biot.com> | 2012-02-12 14:55:20 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-02-12 14:55:20 +0100 |
commit | 582c8473ffd456dfb0796974ef2c0b1b78de38a8 (patch) | |
tree | 7ae052de00e260ab66ee4fec34014eacf553bb7b /sigrokdecode.h | |
parent | 12243c22bf01506ac3b220bfe38384db9903756c (diff) | |
download | libsigrokdecode-582c8473ffd456dfb0796974ef2c0b1b78de38a8.tar.gz libsigrokdecode-582c8473ffd456dfb0796974ef2c0b1b78de38a8.zip |
srd: last public/private fix, and docs for all publis functions.
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h index f66c244..c1fbb0d 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -217,7 +217,6 @@ SRD_API int srd_session_feed(uint64_t start_samplenum, uint8_t *inbuf, SRD_API struct srd_decoder_inst *get_di_by_decobject(void *decobject); SRD_API int srd_register_callback(int output_type, srd_pd_output_callback_t cb, void *user_data); -SRD_API void *srd_find_callback(int output_type); /*--- decoder.c -------------------------------------------------------------*/ |