summaryrefslogtreecommitdiff
path: root/gst-streaming-server/gss-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-streaming-server/gss-server.h')
-rw-r--r--gst-streaming-server/gss-server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-streaming-server/gss-server.h b/gst-streaming-server/gss-server.h
index d317d4b..6578c20 100644
--- a/gst-streaming-server/gss-server.h
+++ b/gst-streaming-server/gss-server.h
@@ -49,7 +49,7 @@ G_BEGIN_DECLS
#define GSS_IS_SERVER_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GSS_TYPE_SERVER))
-typedef void (GssFooterHtml) (GssServer *server, GString *s, void *priv);
+typedef void (*GssFooterHtml) (GssServer *server, GString *s, void *priv);
struct _GssServer
{
@@ -96,7 +96,7 @@ struct _GssServer
//time_t config_timestamp;
- GssFooterHtml *footer_html;
+ GssFooterHtml footer_html;
void *footer_html_priv;
GList *modules;