laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/14869
Change subject: add missing forward-declaration of e1inp_e1d_init() ...................................................................... add missing forward-declaration of e1inp_e1d_init() Change-Id: I0060e2c9772eb5c0293712cb0da7cc0477eb8abd --- M src/e1_input.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/69/14869/1 diff --git a/src/e1_input.c b/src/e1_input.c index dc2c3c4..e5848d7 100644 --- a/src/e1_input.c +++ b/src/e1_input.c @@ -862,6 +862,7 @@ void e1inp_misdn_init(void); void e1inp_dahdi_init(void); +void e1inp_e1d_init(void); void e1inp_ipaccess_init(void); void e1inp_rs232_init(void); void e1inp_unixsocket_init(void); -- To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/14869 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I0060e2c9772eb5c0293712cb0da7cc0477eb8abd Gerrit-Change-Number: 14869 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <[email protected]> Gerrit-MessageType: newchange
