summaryrefslogtreecommitdiff
path: root/gst/cothreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/cothreads.h')
-rw-r--r--gst/cothreads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cothreads.h b/gst/cothreads.h
index d33a45f7e2..013ecd6767 100644
--- a/gst/cothreads.h
+++ b/gst/cothreads.h
@@ -66,7 +66,7 @@ struct _cothread_state {
};
-cothread_context* cothread_init();
+cothread_context* cothread_init (void);
cothread_state* cothread_create (cothread_context *ctx);
void cothread_setfunc (cothread_state *thread, cothread_func func,
int argc, char **argv);