misc compiler warning fixes
[osmocom-bb.git] / src / host / layer23 / include / osmocom / layer3.h
index 1b4af07..415b909 100644 (file)
@@ -6,5 +6,6 @@
 
 int gsm48_rx_ccch(struct msgb *msg, struct osmocom_ms *ms);
 int gsm48_rx_dcch(struct msgb *msg, struct osmocom_ms *ms);
+int gsm48_rx_bcch(struct msgb *msg, struct osmocom_ms *ms);
 
 #endif