aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-30 10:45:48 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-30 10:45:48 +0200
commit22252a98e3a2c094edb9d179db8eddede517e339 (patch)
tree2353f1c4b628b1dc3b19f52c2a56ba5a70f791d2 /openbsc/include/openbsc/bsc_nat.h
parent957bc93244224124a1fa5576c94953ae09bc984d (diff)
sccp: Move the destruction of the sccp connection to a new place
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index f3548426a..bdea43492 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -139,6 +139,7 @@ struct bsc_config *bsc_config_num(struct bsc_nat *nat, int num);
struct bsc_nat *bsc_nat_alloc(void);
struct bsc_connection *bsc_connection_alloc(struct bsc_nat *nat);
+void sccp_connection_destroy(struct sccp_connections *);
/**
* parse the given message into the above structure