summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2014-02-19 21:17:40 -0800
committerDavid Schleef <ds@schleef.org>2014-02-19 21:17:55 -0800
commit6fe1caeb25cebb14058289d54d15d0ad7eefb1da (patch)
tree7d360685cc871c0edcd2ef8d5bbf62b5dcfafbe7
parentf869b9b821e6834f1905322553354341f1f9b59f (diff)
config: export gss_config_append_config_file()ew
-rw-r--r--gst-streaming-server/gss-config.c2
-rw-r--r--gst-streaming-server/gss-config.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/gst-streaming-server/gss-config.c b/gst-streaming-server/gss-config.c
index 439d170..9961476 100644
--- a/gst-streaming-server/gss-config.c
+++ b/gst-streaming-server/gss-config.c
@@ -717,7 +717,7 @@ gss_config_dump_object (GObject * object, xmlNsPtr ns, xmlNodePtr parent)
g_free (pspecs);
}
-static void
+void
gss_config_append_config_file (GssConfig * config, GString * s)
{
GList *g;
diff --git a/gst-streaming-server/gss-config.h b/gst-streaming-server/gss-config.h
index ea02d34..0cbc210 100644
--- a/gst-streaming-server/gss-config.h
+++ b/gst-streaming-server/gss-config.h
@@ -94,6 +94,7 @@ gboolean gss_config_handle_post_hash (GObject * object, GssTransaction * t,
GHashTable *hash);
void gss_config_add_server_resources (GssServer *server);
void gss_config_post_resource (GssTransaction * t);
+void gss_config_append_config_file (GssConfig * config, GString * s);
G_END_DECLS