Commit 8bb02bf0 authored by Dafydd Harries's avatar Dafydd Harries

declare callback not using its arguments as taking ()

darcs-hash:20070212162710-c9803-f4ad353f274222783e601ec4d7f03bb4c6111ea9.gz
parent aa0ef406
...@@ -10,13 +10,7 @@ ...@@ -10,13 +10,7 @@
#include "util.h" #include "util.h"
static void static void
handle_recv ( handle_recv ()
NiceAgent *agent,
guint stream_id,
guint component_id,
guint len,
gchar *buf,
gpointer data)
{ {
g_debug ("got media"); g_debug ("got media");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment