pespin has uploaded this change for review.

View Change

cosmetic: stream: Fix parameter name

The param is already "cli" in the .c file.

Change-Id: I7e1e9902a39655e57e28d38a222bca850dd7de0e
---
M include/osmocom/netif/stream.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/75/29775/1
diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h
index 489fc5d..793e578 100644
--- a/include/osmocom/netif/stream.h
+++ b/include/osmocom/netif/stream.h
@@ -89,6 +89,6 @@
void osmo_stream_cli_close(struct osmo_stream_cli *cli);

void osmo_stream_cli_send(struct osmo_stream_cli *cli, struct msgb *msg);
-int osmo_stream_cli_recv(struct osmo_stream_cli *conn, struct msgb *msg);
+int osmo_stream_cli_recv(struct osmo_stream_cli *cli, struct msgb *msg);

/*! @} */

To view, visit change 29775. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I7e1e9902a39655e57e28d38a222bca850dd7de0e
Gerrit-Change-Number: 29775
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange