Skip to content

Commit

Permalink
removed static-declarations from header
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Heinonen committed Aug 20, 2015
1 parent a76b521 commit c7b7fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/include/coap_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ void coap_server_delete_session(int8_t service_id);

int8_t coap_server_service_init(int8_t interface_id, uint16_t listen_port, uint8_t service_options);

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);

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);


#endif /* COAP_SERVER_H_ */

0 comments on commit c7b7fe5

Please sign in to comment.