NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
KeyValue Struct Reference

Key/Value pairs. More...

#include "version.h"

Data Fields

const char * key
 Key name.
 
const char * value
 Key value.
 

Detailed Description

Key/Value pairs.

Definition at line 33 of file version.h.

Field Documentation

◆ key

const char* KeyValue::key

Key name.

Definition at line 35 of file version.h.

◆ value

const char* KeyValue::value

Key value.

Definition at line 36 of file version.h.


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