NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CertMenuData Struct Reference

Certificate data to use in the Menu. More...

#include "ssl.h"

Data Fields

struct CertArray * carr
 Lines of the Certificate.
 
char * prompt
 Prompt for user, similar to mw_multi_choice.
 
char * keys
 Keys used in the prompt.
 

Detailed Description

Certificate data to use in the Menu.

Definition at line 41 of file ssl.h.

Field Documentation

◆ carr

struct CertArray* CertMenuData::carr

Lines of the Certificate.

Definition at line 43 of file ssl.h.

◆ prompt

char* CertMenuData::prompt

Prompt for user, similar to mw_multi_choice.

Definition at line 44 of file ssl.h.

◆ keys

char* CertMenuData::keys

Keys used in the prompt.

Definition at line 45 of file ssl.h.


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