aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspro_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspro_util.h')
-rw-r--r--src/rspro_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspro_util.h b/src/rspro_util.h
index 87b2b97..8590a1b 100644
--- a/src/rspro_util.h
+++ b/src/rspro_util.h
@@ -22,7 +22,7 @@ struct msgb *rspro_enc_msg(RsproPDU_t *pdu);
RsproPDU_t *rspro_dec_msg(struct msgb *msg);
RsproPDU_t *rspro_gen_ConnectBankReq(const struct app_comp_id *a_cid,
uint16_t bank_id, uint16_t num_slots);
-RsproPDU_t *rspro_gen_ConnectClientReq(const struct app_comp_id *a_cid);
+RsproPDU_t *rspro_gen_ConnectClientReq(const struct app_comp_id *a_cid, const ClientSlot_t *client);
RsproPDU_t *rspro_gen_CreateMappingReq(const ClientSlot_t *client, const BankSlot_t *bank);
RsproPDU_t *rspro_gen_ConfigClientReq(const ClientSlot_t *client, uint32_t ip, uint16_t port);
RsproPDU_t *rspro_gen_SetAtrReq(uint16_t client_id, uint16_t slot_nr, const uint8_t *atr,