Skip to content

Commit

Permalink
add missing prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 6, 2024
1 parent 287d1bf commit 5e7162a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/worker_dummy_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ char * eventtype2str(__attribute__((__unused__)) int i) {
return strdup("UNKNOWN");
}

void nm_log(__attribute__((__unused__)) int, __attribute__((__unused__))const char *, ...);
void nm_log(__attribute__((__unused__)) int, __attribute__((__unused__))const char *, ...) {
return;
}

0 comments on commit 5e7162a

Please sign in to comment.