Skip to content

Commit

Permalink
log_event_decoder: fix wrong api name
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
  • Loading branch information
nokute78 committed Jul 2, 2023
1 parent f70462c commit c024767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_log_event_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ int flb_log_event_decoder_get_last_result(struct flb_log_event_decoder *context)
int flb_log_event_decoder_next(struct flb_log_event_decoder *context,
struct flb_log_event *record);

const char *flb_log_event_encoder_strerror(int error_code);
const char *flb_log_event_decoder_get_error_description(int error_code);

#endif

0 comments on commit c024767

Please sign in to comment.