aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_ns_frgre.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:23:44 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:23:44 +0800
commit2fbf12dbeba8cd6df1f0ea17d7198f9549716f17 (patch)
tree3004e1c48d422b7f939bd1457d0ac07dc26aa99f /openbsc/include/openbsc/gprs_ns_frgre.h
parentcf4e9c8f07362bab18cf89634ffa6113bb7a26df (diff)
gprs_ns_frgre.h: Create the header and include it
Diffstat (limited to 'openbsc/include/openbsc/gprs_ns_frgre.h')
-rw-r--r--openbsc/include/openbsc/gprs_ns_frgre.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_ns_frgre.h b/openbsc/include/openbsc/gprs_ns_frgre.h
new file mode 100644
index 000000000..abcd43ffb
--- /dev/null
+++ b/openbsc/include/openbsc/gprs_ns_frgre.h
@@ -0,0 +1,6 @@
+#ifndef _GPRS_NS_FRGRE_H
+#define _GPRS_NS_FRGRE_H
+
+int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg);
+
+#endif