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