aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 20:25:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit2ff47b8606d93a301cf6cecb0d32fa4b77f5c5c9 (patch)
tree8bb6b8fda84e79b62d22479655afd7b04e4a2ee3 /include
parent1927e638e18ff03a77a9e227c12f7050559a93c5 (diff)
bsc: Allocate the bsc with talloc instead
Allocate the bsc with talloc to have a nice root context for everything in the system.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index c1e1658..189ddcb 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -190,4 +190,6 @@ enum {
};
int mtp_handle_pcap(struct mtp_link *, int dir, const uint8_t *data, int length);
+struct bsc_data *bsc_data_create();
+
#endif