We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 943d296 + c7b7fe5 commit 1b5c9d1Copy full SHA for 1b5c9d1
source/include/coap_server.h
@@ -49,9 +49,9 @@ void coap_server_delete_session(int8_t service_id);
49
50
int8_t coap_server_service_init(int8_t interface_id, uint16_t listen_port, uint8_t service_options);
51
52
-static coap_service_session_t *coap_service_search_from_list(int8_t interface_id);
+coap_service_session_t *coap_service_search_from_list(int8_t interface_id);
53
54
-static coap_service_session_t *coap_service_find_by_service(int8_t service_id);
+coap_service_session_t *coap_service_find_by_service(int8_t service_id);
55
56
57
#endif /* COAP_SERVER_H_ */
0 commit comments