summaryrefslogtreecommitdiff
path: root/sigrokdecode-internal.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-03-25 14:49:11 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-03-28 01:19:27 +0200
commitb33b8aa56ec27edf57cd7dc3d735370f60bfe13d (patch)
tree34b68bd830e834f54d9aa3f61a5d489b13d16d29 /sigrokdecode-internal.h
parent122e9a90a54e034b93f554938896983d293edec1 (diff)
downloadlibsigrokdecode-b33b8aa56ec27edf57cd7dc3d735370f60bfe13d.tar.gz
libsigrokdecode-b33b8aa56ec27edf57cd7dc3d735370f60bfe13d.zip
srd/cli/qt: Some more API consistency renames.
Diffstat (limited to 'sigrokdecode-internal.h')
-rw-r--r--sigrokdecode-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h
index 5351b13..42e9118 100644
--- a/sigrokdecode-internal.h
+++ b/sigrokdecode-internal.h
@@ -38,7 +38,7 @@ SRD_PRIV int pd_add(struct srd_decoder_inst *di, int output_type,
/*--- decoder.c -------------------------------------------------------------*/
-SRD_PRIV void *srd_find_callback(int output_type);
+SRD_PRIV void *srd_pd_output_callback_find(int output_type);
/*--- exception.c -----------------------------------------------------------*/