add initializer function for subchan_demux

diff --git a/include/openbsc/subchan_demux.h b/include/openbsc/subchan_demux.h
index 024e94c..373cf4a 100644
--- a/include/openbsc/subchan_demux.h
+++ b/include/openbsc/subchan_demux.h
@@ -40,6 +40,7 @@
 	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);