From fe785852485ecaa8c162682cc4dfcb6dd22f2210 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 15 Oct 2008 15:20:22 +0100 Subject: Export record_from_string() from the storage functions Export record_from_string() from the storage functions, so it can be used to generate an sdp_record from a static string in sixpair.c --- src/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage.c') diff --git a/src/storage.c b/src/storage.c index d99fb33c..ac1ec5bd 100644 --- a/src/storage.c +++ b/src/storage.c @@ -771,7 +771,7 @@ int store_record(const gchar *src, const gchar *dst, sdp_record_t *rec) return err; } -static sdp_record_t *record_from_string(const gchar *str) +sdp_record_t *record_from_string(const gchar *str) { sdp_record_t *rec; int size, i, len; -- cgit