aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/smpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/smpp.h')
-rw-r--r--include/openbsc/smpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openbsc/smpp.h b/include/openbsc/smpp.h
new file mode 100644
index 000000000..bcdac8f0b
--- /dev/null
+++ b/include/openbsc/smpp.h
@@ -0,0 +1,4 @@
+#pragma once
+
+int smpp_openbsc_alloc_init(void *ctx);
+int smpp_openbsc_start(struct gsm_network *net);