aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-13 20:37:13 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-13 23:56:01 +0200
commit69cfa179ef9a1ae787b4e8134cfaef670cd31095 (patch)
tree9547c594ff0a447eb91edf3e184e9830a31e909d /openbsc/include/openbsc/bsc_nat.h
parent4d44fc56e782dd0598ddfb8fc963c46c3b1b5a20 (diff)
nat: Make the write_queue write callback a public function
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 682447a4b..280fa50f0 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -298,6 +298,7 @@ uint32_t bsc_mgcp_extract_ci(const char *resp);
int bsc_write(struct bsc_connection *bsc, struct msgb *msg, int id);
int bsc_do_write(struct write_queue *queue, struct msgb *msg, int id);
+int bsc_write_cb(struct bsc_fd *bfd, struct msgb *msg);
/* IMSI allow/deny handling */
void bsc_parse_reg(void *ctx, regex_t *reg, char **imsi, int argc, const char **argv);