From 42ae808f712efb7edac1bdc647a456cfcccb2d39 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 6 Jan 2023 21:47:59 -0500 Subject: fix various tags things --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 270adff..bc99123 100644 --- a/ted.h +++ b/ted.h @@ -1265,7 +1265,7 @@ void tags_generate(Ted *ted, bool run_in_build_window); // you may pass NULL for `out`, in which case just the number of matching tags is returned // (still maxing out at `out_size`). // each element in `out` should be freed when you're done with them. -size_t tags_beginning_with(Ted *ted, const char *prefix, char **out, size_t out_size); +size_t tags_beginning_with(Ted *ted, const char *prefix, char **out, size_t out_size, bool error_if_tags_does_not_exist); // go to the definition of the given tag bool tag_goto(Ted *ted, const char *tag); // get all tags in the tags file as SymbolInfos. -- cgit v1.2.3