Skip to content

Commit f29cca3

Browse files
committed
feat: Add flags parameter to the Conf interface
1 parent 958ebcc commit f29cca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/interfaces/conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct conf_vmt {
125125
*/
126126
conf_ret_t (*create)(Conf *self, const char *name, Conf **new);
127127

128-
conf_ret_t (*stat)(Conf *self, const char **name, enum conf_type *type);
128+
conf_ret_t (*stat)(Conf *self, const char **name, enum conf_type *type, enum conf_flag *flags);
129129

130130
/**
131131
* @brief Destroy/delete the current value

0 commit comments

Comments
 (0)