@@ -23,6 +23,7 @@
extern "C" {
#endif
+static char* NULLADDR="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0";
static struct pluginlink * pl;
@@ -101,6 +102,7 @@ static struct commands transparent_commandhandlers[] = {
#define PLUGINCALL
+
PLUGINAPI int PLUGINCALL transparent_plugin (struct pluginlink * pluginlink,
int argc, char** argv){
pl = pluginlink;