Skip to content

Commit

Permalink
Merge pull request #3 from ARMmbed/bugfix
Browse files Browse the repository at this point in the history
removed static-declarations from header
  • Loading branch information
Tero Heinonen committed Oct 28, 2015
2 parents 943d296 + c7b7fe5 commit 1b5c9d1
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 1b5c9d1

Please sign in to comment.