From f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 5 Nov 2013 11:21:33 +0100 Subject: Rename inter-PD output type to SRD_OUTPUT_PYTHON This better reflects what it is: a python object generated and processed by python code. --- type_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'type_decoder.c') diff --git a/type_decoder.c b/type_decoder.c index c8ef09e..f689dd0 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -25,7 +25,7 @@ /* This is only used for nicer srd_dbg() output. */ static const char *OUTPUT_TYPES[] = { "OUTPUT_ANN", - "OUTPUT_PROTO", + "OUTPUT_PYTHON", "OUTPUT_BINARY", }; @@ -145,7 +145,7 @@ static PyObject *Decoder_put(PyObject *self, PyObject *args) cb->cb(pdata, cb->cb_data); } break; - case SRD_OUTPUT_PROTO: + case SRD_OUTPUT_PYTHON: for (l = di->next_di; l; l = l->next) { next_di = l->data; /* TODO: Is this needed? */ -- cgit v1.2.3-70-g09d2