diff options
Diffstat (limited to 'test/parser/handler.c')
-rw-r--r-- | test/parser/handler.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/parser/handler.c b/test/parser/handler.c index d9057eb..97ae388 100644 --- a/test/parser/handler.c +++ b/test/parser/handler.c @@ -36,6 +36,13 @@ void discover_server_notify_boot_status(struct discover_server *server, (void)status; } +void discover_server_notify_config(struct discover_server *server, + struct config *config) +{ + (void)server; + (void)config; +} + void parser_init(void) { } |