diff options
Diffstat (limited to 'diag.h')
-rw-r--r-- | diag.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ #include <stdbool.h> /** + * Like perror(), but decorated like bfs_error(). + */ +void bfs_perror(const struct bfs_ctx *ctx, const char *str); + +/** * Shorthand for printing error messages. */ BFS_FORMATTER(2, 3) |