summaryrefslogtreecommitdiff
path: root/gsmstack/get_lctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsmstack/get_lctype.h')
-rw-r--r--gsmstack/get_lctype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gsmstack/get_lctype.h b/gsmstack/get_lctype.h
new file mode 100644
index 0000000..32164a4
--- /dev/null
+++ b/gsmstack/get_lctype.h
@@ -0,0 +1,7 @@
+#ifndef _GSM_LCTYPE_H
+#define _GSM_LCTYPE_H
+
+extern int get_lctype(struct gsm_phys_chan *pchan, int fnr);
+extern struct gsm_logi_chan *get_lchan(struct gsm_phys_chan *pchan, int fnr);
+
+#endif /* _GSM_LCTYPE_H */
personal git repositories of Harald Welte. Your mileage may vary