aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/smpp/smpp_smsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/smpp/smpp_smsc.h')
-rw-r--r--include/osmocom/smpp/smpp_smsc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/smpp/smpp_smsc.h b/include/osmocom/smpp/smpp_smsc.h
index 960707936..6d7647589 100644
--- a/include/osmocom/smpp/smpp_smsc.h
+++ b/include/osmocom/smpp/smpp_smsc.h
@@ -107,7 +107,6 @@ struct smsc *smpp_smsc_alloc_init(void *ctx);
int smpp_smsc_conf(struct smsc *smsc, const char *bind_addr, uint16_t port);
int smpp_smsc_start(struct smsc *smsc, const char *bind_addr, uint16_t port);
int smpp_smsc_restart(struct smsc *smsc, const char *bind_addr, uint16_t port);
-void smpp_smsc_stop(struct smsc *smsc);
void smpp_esme_get(struct smpp_esme *esme);
void smpp_esme_put(struct smpp_esme *esme);