Skip to content

Commit

Permalink
clang-15 fix: make child_init() prototype match actual function.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Feb 24, 2023
1 parent 272d9f0 commit 6103b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pi_http/pi_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern ph_framework_t *ph_framework_data;

/* module functions */
static int mod_init();
static int child_init();
static int child_init(int);
static int destroy(void);
int ph_answer_to_connection (void *cls, void *connection,
const char *url, const char *method,
Expand Down

0 comments on commit 6103b68

Please sign in to comment.