From 9c9e9dc1e2c7153330a3d54970121a5787521f8d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 16 May 2022 15:41:03 +0200 Subject: [PATCH] goep_client: fix function name --- src/classic/goep_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classic/goep_client.c b/src/classic/goep_client.c index 51a827d58..7854ad940 100644 --- a/src/classic/goep_client.c +++ b/src/classic/goep_client.c @@ -607,7 +607,7 @@ void goep_client_header_add_type(uint16_t goep_cid, const char * type){ obex_message_builder_header_add_type(buffer, buffer_len, type); } -uint16_t goep_server_response_get_max_body_size(uint16_t goep_cid){ +uint16_t goep_client_request_get_max_body_size(uint16_t goep_cid){ UNUSED(goep_cid); goep_client_t * context = goep_client;