summaryrefslogtreecommitdiff
path: root/libsigrokdecode-internal.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-05-18 19:50:16 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-05-18 20:40:55 +0200
commita4e9ca6fd0800d3b850f41198bd8049f5a9607de (patch)
treedf90744822eb1bd8aa1f2ad1b3ffd1e530c1aba5 /libsigrokdecode-internal.h
parent9337ab8aff2ddcba3ad57eec78df35c86221fc82 (diff)
downloadlibsigrokdecode-a4e9ca6fd0800d3b850f41198bd8049f5a9607de.tar.gz
libsigrokdecode-a4e9ca6fd0800d3b850f41198bd8049f5a9607de.zip
srd_*inst_find_by_obj(): Move functions, make them static.
These functions are only used in type_decoder.c. Move them there and make them static.
Diffstat (limited to 'libsigrokdecode-internal.h')
-rw-r--r--libsigrokdecode-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h
index f1f8e18..1d0931e 100644
--- a/libsigrokdecode-internal.h
+++ b/libsigrokdecode-internal.h
@@ -74,8 +74,6 @@ SRD_PRIV struct srd_pd_callback *srd_pd_output_callback_find(struct srd_session
int output_type);
/* instance.c */
-SRD_PRIV struct srd_decoder_inst *srd_inst_find_by_obj( const GSList *stack,
- const PyObject *obj);
SRD_PRIV int srd_inst_start(struct srd_decoder_inst *di);
SRD_PRIV void match_array_free(struct srd_decoder_inst *di);
SRD_PRIV void condition_list_free(struct srd_decoder_inst *di);