<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49270830">lineoperations/src/lineoperations.c</a>:</p>
<pre style='color:#555'>> +
> +
> +#include "geanyplugin.h"
> +#include "Scintilla.h"
> +#include "linefunctions.h"
> +
> +
> +GeanyPlugin               *geany_plugin;
> +GeanyData         *geany_data;
> +
> +PLUGIN_VERSION_CHECK(224)
> +
> +PLUGIN_SET_INFO(_("LineOperations"),
> +                           _("Line operations, remove duplicate lines, empty lines, lines with only whitespace, sort lines."),
> +                           "0.1",
> +                           "Sylvan Mostert")
</pre>
<p>Unless you try to support older versions of Geany on purposed, I'd recommend making use of the <a href="http://www.geany.org/manual/reference/legacy.html">new plugin API</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324/files#r49270830">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxVxMpwUTCTy7y-6zdAbxediuraiks5pYbyXgaJpZM4HBhj7.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-plugins/pull/324/files#r49270830"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>