Tasks #1420

Updated by J. Wienke about 11 years ago

Provide a RSC_PLUGIN_INIT_SIGNATURE macro which exposes a whole method signature, so that it can be used as:
<pre>
RSC_PLUGIN_INIT_SIGNATURE() {
// ...
}
</pre>

Also update the RSB manual afterwards.

Back