Skip to content

Commit

Permalink
Changed name or argument in include file
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-h committed Oct 18, 2024
1 parent eec9a63 commit 1b84985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/re_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int conf_get_str(const struct conf *conf, const char *name, char *str,
size_t size);
int conf_get_u32(const struct conf *conf, const char *name, uint32_t *num);
int conf_get_i32(const struct conf *conf, const char *name, int32_t *num);
int conf_get_float(const struct conf *conf, const char *name, double *val)
int conf_get_float(const struct conf *conf, const char *name, double *num)
int conf_get_bool(const struct conf *conf, const char *name, bool *val);
int conf_apply(const struct conf *conf, const char *name,
conf_h *ch, void *arg);

0 comments on commit 1b84985

Please sign in to comment.