aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/misdn.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-22 22:08:07 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-22 22:08:07 +0000
commitb5c00f5587d7e01393e9ca7024a80cea2b2f6e7f (patch)
treee1159d19e37fd2ef7c76617f4e5bc9f49790494e /include/openbsc/misdn.h
parentdda22c18b5daaab7fa26f1eeff7dcc849a99c0cc (diff)
[misdn] Add option to automatically release layer2 on exit
Patch by Andreas Eversberg to automatically release layer2 on exit of the application. Made the naming of the variables consistent (only release_l2 and not both release_l2 and l2_release).
Diffstat (limited to 'include/openbsc/misdn.h')
-rw-r--r--include/openbsc/misdn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/misdn.h b/include/openbsc/misdn.h
index b6bd391ad..d3631e794 100644
--- a/include/openbsc/misdn.h
+++ b/include/openbsc/misdn.h
@@ -22,7 +22,7 @@
#include "e1_input.h"
-int mi_setup(int cardnr, struct e1inp_line *line);
+int mi_setup(int cardnr, struct e1inp_line *line, int release_l2);
int _abis_nm_sendmsg(struct msgb *msg);
#endif