<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61934323">tagmanager/ctags/parse.h</a>:</p>
<pre style='color:#555'>> @@ -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;
</pre>
<p>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 <code>TagEntryFunction</code> global export than adding the data one, it'd be awesome :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/957/files/7be40f5832c082ca27bce5e4756c602b5d022580..1de139854f4ba791fc7fce8358490cec90e695d3#r61934323">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9sWnsl15iv0DJWBRsuoZmShZBh8ks5p95gHgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/957/files/7be40f5832c082ca27bce5e4756c602b5d022580..1de139854f4ba791fc7fce8358490cec90e695d3#r61934323"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>