Skip to content

Commit

Permalink
apps/er-coap/er-coap-separate.h: fix warning: function declaration is…
Browse files Browse the repository at this point in the history
…n't a prototype
  • Loading branch information
Joakim Nohlgård authored and Joakim Gebart committed Mar 2, 2016
1 parent 9159903 commit 4ff571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/er-coap/er-coap-separate.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef struct coap_separate {

int coap_separate_handler(resource_t *resource, void *request,
void *response);
void coap_separate_reject();
void coap_separate_reject(void);
void coap_separate_accept(void *request, coap_separate_t *separate_store);
void coap_separate_resume(void *response, coap_separate_t *separate_store,
uint8_t code);
Expand Down

0 comments on commit 4ff571b

Please sign in to comment.