diff options
Diffstat (limited to 'ctx.h')
-rw-r--r-- | ctx.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,6 +48,11 @@ enum debug_flags { }; /** + * Convert a debug flag to a string. + */ +const char *debug_flag_name(enum debug_flags flag); + +/** * The execution context for bfs. */ struct bfs_ctx { |