#include <plugin.h>
List of all members.
Definition at line 50 of file plugin.h.
00051 { 00053 void *( *init ) ( void ); 00054 /* 00055 whatever 00056 */ 00057 }
Initialization Function.
Definition at line 53 of file plugin.h.