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

lcas_db_entry_s Struct Reference

LCAS data base element structure. More...

#include <_lcas_db_read.h>


Data Fields

char pluginname [LCAS_MAXPATHLEN+1]
char pluginargs [LCAS_MAXARGSTRING+1]
lcas_db_entry_s * next


Detailed Description

LCAS data base element structure.

Definition at line 43 of file _lcas_db_read.h.


Field Documentation

struct lcas_db_entry_s* lcas_db_entry_s::next
 

handle to next db element

Definition at line 47 of file _lcas_db_read.h.

char lcas_db_entry_s::pluginargs[LCAS_MAXARGSTRING+1]
 

Argument list to be passed to authorization plugin/module

Definition at line 46 of file _lcas_db_read.h.

Referenced by lcas_db_parse_line, lcas_db_read_entries, and PluginInit.

char lcas_db_entry_s::pluginname[LCAS_MAXPATHLEN+1]
 

Name of authorization plugin/module

Definition at line 45 of file _lcas_db_read.h.

Referenced by lcas_db_parse_line, lcas_db_read_entries, and PluginInit.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 20 15:14:15 2004 for edg-lcas by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002