From f70adde9a917ffcf3c0f6c0071e3d9c06856bfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 13 Dec 2016 16:01:16 +0100 Subject: [PATCH] er-coap-observe-client: missing 'addr' parameter --- apps/er-coap/er-coap-observe-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/er-coap/er-coap-observe-client.h b/apps/er-coap/er-coap-observe-client.h index d0ece32c0..dfb511620 100644 --- a/apps/er-coap/er-coap-observe-client.h +++ b/apps/er-coap/er-coap-observe-client.h @@ -107,7 +107,7 @@ int coap_obs_remove_observee_by_token(uip_ipaddr_t *addr, uint16_t port, int coap_obs_remove_observee_by_url(uip_ipaddr_t *addr, uint16_t port, const char *url); -void coap_handle_notification(uip_ipaddr_t *, uint16_t port, +void coap_handle_notification(uip_ipaddr_t *addr, uint16_t port, coap_packet_t *notification); coap_observee_t *coap_obs_request_registration(uip_ipaddr_t *addr,