summaryrefslogtreecommitdiffstats
path: root/src/storage.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-10-15 15:20:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-10-16 01:44:21 +0200
commitfe785852485ecaa8c162682cc4dfcb6dd22f2210 (patch)
treeaa69df8272ed3dac8f1fad2065aa024aec46ad47 /src/storage.c
parent02c29b28366c4afb3fe6206dd7421d8ccd6f46f3 (diff)
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
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c2
1 files changed, 1 insertions, 1 deletions
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;