summaryrefslogtreecommitdiff
path: root/sigrokdecode-internal.h
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-02-12 14:55:20 +0100
committerBert Vermeulen <bert@biot.com>2012-02-12 14:55:20 +0100
commit582c8473ffd456dfb0796974ef2c0b1b78de38a8 (patch)
tree7ae052de00e260ab66ee4fec34014eacf553bb7b /sigrokdecode-internal.h
parent12243c22bf01506ac3b220bfe38384db9903756c (diff)
downloadlibsigrokdecode-582c8473ffd456dfb0796974ef2c0b1b78de38a8.tar.gz
libsigrokdecode-582c8473ffd456dfb0796974ef2c0b1b78de38a8.zip
srd: last public/private fix, and docs for all publis functions.
Diffstat (limited to 'sigrokdecode-internal.h')
-rw-r--r--sigrokdecode-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h
index a16154e..bdd7563 100644
--- a/sigrokdecode-internal.h
+++ b/sigrokdecode-internal.h
@@ -46,6 +46,9 @@ SRD_PRIV void srd_inst_free_all(GSList *stack);
SRD_PRIV int pd_add(struct srd_decoder_inst *di, int output_type,
char *output_id);
+/*--- decoder.c -------------------------------------------------------------*/
+SRD_PRIV void *srd_find_callback(int output_type);
+
/*--- exception.c -----------------------------------------------------------*/
SRD_PRIV void catch_exception(const char *format, ...);