Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

AuthenticationPlugin Struct Reference

The PluginHeader for Authentication Plugins. More...

#include <plugin.h>

List of all members.

Public Attributes

void* init
 Initialization Function. More...


Detailed Description

The PluginHeader for Authentication Plugins.

Author(s):
xandi
Date:
??0200

Definition at line 50 of file plugin.h.

00051 {
00053     void *( *init )                  ( void );
00054     /*
00055     whatever
00056     */
00057     }

Member Data Documentation

void* AuthenticationPlugin::init

Initialization Function.

Definition at line 53 of file plugin.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000