fix warning on incorrect function prototype
[ust.git] / libustcomm / ustcomm.c
index 8324f21decad53d79a8659657bb2d000e90c914b..461766daed492ab58245f475d64631662866ea6e 100644 (file)
@@ -927,7 +927,7 @@ int free_ustcomm_client_poll(void *data)
        return 0;
 }
 
-void ustcomm_mp_add_app_clients(struct mpentries *ent, struct ustcomm_app *app, int (*cb)(struct ustcomm_connection *conn, char *msg))
+void ustcomm_mp_add_app_clients(struct mpentries *ent, struct ustcomm_app *app, int (*cb)(char *recvbuf, struct ustcomm_source *src))
 {
        struct ustcomm_connection *conn;
 
This page took 0.022215 seconds and 4 git commands to generate.