aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/subchan_demux.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-01-05 20:14:14 +0000
committerHarald Welte <laforge@gnumonks.org>2009-01-05 20:14:14 +0000
commitce281c07723864ee8b7bdf846eba45798440382e (patch)
tree22352d1dddf909acb79ce9034d8bf0102115c9cd /include/openbsc/subchan_demux.h
parent418f5a4e2562a54fae2aa02c0c9c4c082515b773 (diff)
add initializer function for subchan_demux
Diffstat (limited to 'include/openbsc/subchan_demux.h')
-rw-r--r--include/openbsc/subchan_demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/subchan_demux.h b/include/openbsc/subchan_demux.h
index 024e94c78..373cf4a30 100644
--- a/include/openbsc/subchan_demux.h
+++ b/include/openbsc/subchan_demux.h
@@ -40,6 +40,7 @@ struct subch_demux {
void *data;
};
+int subch_demux_init(struct subch_demux *dmx);
int subch_demux_in(struct subch_demux *dmx, u_int8_t *data, int len);
int subch_demux_activate(struct subch_demux *dmx, int subch);
int subch_demux_deactivate(struct subch_demux *dmx, int subch);