From b33b8aa56ec27edf57cd7dc3d735370f60bfe13d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 25 Mar 2012 14:49:11 +0200 Subject: srd/cli/qt: Some more API consistency renames. --- type_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'type_decoder.c') diff --git a/type_decoder.c b/type_decoder.c index e5426c1..19fd350 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -135,7 +135,7 @@ static PyObject *Decoder_put(PyObject *self, PyObject *args) switch (pdo->output_type) { case SRD_OUTPUT_ANN: /* Annotations are only fed to callbacks. */ - if ((cb = srd_find_callback(pdo->output_type))) { + if ((cb = srd_pd_output_callback_find(pdo->output_type))) { /* Annotations need converting from PyObject. */ if (convert_pyobj(di, data, &pdata->ann_format, (char ***)&pdata->data) != SRD_OK) { -- cgit v1.2.3-70-g09d2