Skip to content

Commit

Permalink
feat; swap to void
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 3, 2024
1 parent cc64f06 commit 6ad025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void rd_kafka_conf_set_oauthbearer_token_refresh_cb(
const char *oauthbearer_config,
void *opaque)) {
}*/
static int kafka_conf_set_oauthbearer_token_refresh_cb(rd_kafka_t *rk, char *oauthbearer_config, void *opaque)
static void kafka_conf_set_oauthbearer_token_refresh_cb(rd_kafka_t *rk, char *oauthbearer_config, void *opaque)
{
kafka_conf_callbacks *cbs = (kafka_conf_callbacks*) opaque;
zval args[2];
Expand Down

0 comments on commit 6ad025f

Please sign in to comment.