Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lcmaps_db_entry_s Struct Reference

LCMAPS data base element structure. More...

#include <lcmaps_db_read.h>


Data Fields

char pluginname [LCMAPS_MAXPATHLEN+1]
char pluginargs [LCMAPS_MAXARGSTRING+1]
lcmaps_db_entry_s * next


Detailed Description

LCMAPS data base element structure.

Definition at line 42 of file lcmaps_db_read.h.


Field Documentation

struct lcmaps_db_entry_s* lcmaps_db_entry_s::next
 

handle to next db element

Definition at line 46 of file lcmaps_db_read.h.

Referenced by free_lcmaps_db_entry, and getPluginNameAndArgs.

char lcmaps_db_entry_s::pluginargs[LCMAPS_MAXARGSTRING+1]
 

Argument list to be passed to authorization plugin/module

Definition at line 45 of file lcmaps_db_read.h.

Referenced by getPluginNameAndArgs, lcmaps_db_parse_line, lcmaps_db_read_entries, and PluginInit.

char lcmaps_db_entry_s::pluginname[LCMAPS_MAXPATHLEN+1]
 

Name of authorization plugin/module

Definition at line 44 of file lcmaps_db_read.h.

Referenced by getPluginNameAndArgs, lcmaps_db_parse_line, lcmaps_db_read_entries, and PluginInit.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002