meas_feed.c: Fix compiler warning

This commit is contained in:
Harald Welte
2015-01-01 13:06:48 +01:00
parent dfbc42c261
commit 8db0788896

View File

@@ -85,7 +85,7 @@ static int feed_write_cb(struct osmo_fd *ofd, struct msgb *msg)
return write(ofd->fd, msgb_data(msg), msgb_length(msg));
}
static int feed_read_cb(struct osmo_fd *ofd, struct msgb *msg)
static int feed_read_cb(struct osmo_fd *ofd)
{
int rc;
char buf[256];