pam_pkcs11 0.6.12
_scconf_item Struct Reference

#include <scconf.h>

Data Fields

struct _scconf_itemnext
 
int type
 
char * key
 
union { 
 
   char *   comment 
 
   scconf_block *   block 
 
   scconf_list *   list 
 
value 
 

Detailed Description

Definition at line 66 of file scconf.h.

Field Documentation

◆ block

scconf_block* block

Definition at line 72 of file scconf.h.

◆ comment

char* comment

Definition at line 71 of file scconf.h.

◆ key

char* key

Definition at line 69 of file scconf.h.

◆ list

scconf_list* list

Definition at line 73 of file scconf.h.

◆ next

struct _scconf_item* next

Definition at line 67 of file scconf.h.

◆ type

int type

Definition at line 68 of file scconf.h.

◆ [union]

union { ... } value

The documentation for this struct was generated from the following file: