> @@ -128,7 +128,8 @@ extern void checkRegex (void); > > /* Extra stuff for Tag Manager */ > extern tagEntryFunction TagEntryFunction; > -extern void setTagEntryFunction(tagEntryFunction entry_function); > +extern void *TagEntryUserData;
exposing this is consistent with the function itself, but not used and "leaking" a few more ctags' guts. So if we could rather remove the `TagEntryFunction` global export than adding the data one, it'd be awesome :) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/957/files/7be40f5832c082ca27bce5e4756c602b5d022580..1de139854f4ba791fc7fce8358490cec90e695d3#r61934323
